#BD27E4

Color #BD27E4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #BD27E4

Tints of Dark Orchid #BD27E4

Color information

#BD27E4 (or 0xBD27E4) is unknown color: approx Dark Orchid. HEX triplet: BD, 27 and E4. RGB value is (189,39,228). Sum of RGB (Red+Green+Blue) = 189+39+228=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD27E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27E4 is #42D81B. Grayscale: #686868. Windows color (decimal): -4380700 or 14952381. OLE color: 14952381.

HSL color Cylindrical-coordinate representation of color #BD27E4: hue angle of 287.62º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD27E4 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18939228-
CMYK0.170.8300.11
HSL287.62º77.78%52.35%-
HSV(B)287.62º82.89%89.41%-
XYZ35.7217.8774.97-
YUV105.4197.2187.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 39 (15.62% from 255) = 8.55%
BLUE value IS 228 (89.45% from 255) = 50%
R=41.45%
G=8.55%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189392280.170.8300.11287.6277.7852.35
HexBD27E411530B1204e34
Octal275473442112301344011664
Binary1011110110011111100100100011010011010111001000001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD27E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD27E4; }

 p { color: rgb(189,39,228); }

 H1.HeaderClassName
 {
   color: #BD27E4;
 }
 .AnyTagClassName
 {
   color: #BD27E4;
 }
</style>
background-color css

<style>
 a { background-color: #BD27E4; }

 a { background-color: rgb(189,39,228); }

 div.DivClassName
 {
   background-color: #BD27E4;
 }
 .BgClassName
 {
   background-color: #BD27E4;
 }
</style>
border-color css

<style>
 span { border-color: #BD27E4; }

 span { border-color: rgb(189,39,228); }

 td.TdClassName
 {
   border-color: #BD27E4;
 }
 .TagClassName
 {
   border-color: #BD27E4;
 }
</style>