Html Css Color HEX #BD27DE Dark Orchid

📋 copy color: '#BD27DE'

red 189 ◦ green 39 ◦ blue 222

#BD27DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BD27DE

Tints of Dark Orchid #BD27DE

RGB

 RED value IS 189 (74.22% from 255) = 42%

 GREEN value IS 39 (15.63% from 255) = 8.67%

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 42%
G = 8.67%
B = 49.33%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD27DE (or 0xBD27DE) is known color: Dark Orchid. HEX triplet: BD, 27 and DE. RGB value is (189,39,222). Sum of RGB (Red+Green+Blue) = 189+39+222=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD27DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27DE is #42D821. Grayscale: #686868. Windows color (decimal): -4380706 or 14559165. OLE color: 14559165.

HSL color Cylindrical-coordinate representation of color #BD27DE: hue angle of 289.18º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD27DE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 39 222 -
CMYK 0.15 0.82 0 0.13
HSL 289.18º 0.73% 0.51% -
HSV(B) 289.18º 0.82% 0.87% -
XYZ 34.9 17.54 70.65 -
YUV 104.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 189 39 222 0.15 0.82 0 0.13 289.18 0.73 0.51
Hex BD 27 DE F 52 0 D 121 49 33
Octal 275 47 336 17 122 0 15 441 111 63
Binary 10111101 100111 11011110 1111 1010010 0 1101 100100001 1001001 110011

Color Harmonies of #BD27DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27DE

Black with #BD27DE

Text Example


Text Example

White with #BD27DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27DE; }

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

 H1.HeaderClassName
 {
   color: #BD27DE;
 }
 .AnyTagClassName
 {
   color: #BD27DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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