Html Css Color HEX #BD27DF Dark Orchid

📋 copy color: '#BD27DF'

red 189 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #BD27DF

Tints of Dark Orchid #BD27DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 41.91%
G = 8.65%
B = 49.45%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD27DF (or 0xBD27DF) is known color: Dark Orchid. HEX triplet: BD, 27 and DF. RGB value is (189,39,223). Sum of RGB (Red+Green+Blue) = 189+39+223=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27DF is #42D820. Grayscale: #686868. Windows color (decimal): -4380705 or 14624701. OLE color: 14624701.

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

Color convert

RGB 189 39 223 -
CMYK 0.15 0.83 0 0.13
HSL 288.91º 0.74% 0.51% -
HSV(B) 288.91º 0.83% 0.87% -
XYZ 35.03 17.6 71.36 -
YUV 104.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 189 39 223 0.15 0.83 0 0.13 288.91 0.74 0.51
Hex BD 27 DF F 53 0 D 121 4A 33
Octal 275 47 337 17 123 0 15 441 112 63
Binary 10111101 100111 11011111 1111 1010011 0 1101 100100001 1001010 110011

Color Harmonies of #BD27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27DF

Black with #BD27DF

Text Example


Text Example

White with #BD27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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