Html Css Color HEX #BD27CE Dark Orchid

📋 copy color: '#BD27CE'

red 189 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #BD27CE

Tints of Dark Orchid #BD27CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 43.55%
G = 8.99%
B = 47.47%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD27CE (or 0xBD27CE) is known color: Dark Orchid. HEX triplet: BD, 27 and CE. RGB value is (189,39,206). Sum of RGB (Red+Green+Blue) = 189+39+206=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27CE is #42D831. Grayscale: #666666. Windows color (decimal): -4380722 or 13510589. OLE color: 13510589.

HSL color Cylindrical-coordinate representation of color #BD27CE: hue angle of 293.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD27CE is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 39 206 -
CMYK 0.08 0.81 0 0.19
HSL 293.89º 0.68% 0.48% -
HSV(B) 293.89º 0.81% 0.81% -
XYZ 32.85 16.73 59.89 -
YUV 102.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 189 39 206 0.08 0.81 0 0.19 293.89 0.68 0.48
Hex BD 27 CE 8 51 0 13 126 44 30
Octal 275 47 316 10 121 0 23 446 104 60
Binary 10111101 100111 11001110 1000 1010001 0 10011 100100110 1000100 110000

Color Harmonies of #BD27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27CE

Black with #BD27CE

Text Example


Text Example

White with #BD27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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