Html Css Color HEX #BD27CF Dark Orchid

📋 copy color: '#BD27CF'

red 189 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #BD27CF

Tints of Dark Orchid #BD27CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 43.45%
G = 8.97%
B = 47.59%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD27CF (or 0xBD27CF) is known color: Dark Orchid. HEX triplet: BD, 27 and CF. RGB value is (189,39,207). Sum of RGB (Red+Green+Blue) = 189+39+207=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD27CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27CF is #42D830. Grayscale: #666666. Windows color (decimal): -4380721 or 13576125. OLE color: 13576125.

HSL color Cylindrical-coordinate representation of color #BD27CF: hue angle of 293.57º 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 #BD27CF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 39 207 -
CMYK 0.09 0.81 0 0.19
HSL 293.57º 0.68% 0.48% -
HSV(B) 293.57º 0.81% 0.81% -
XYZ 32.97 16.77 60.53 -
YUV 103 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 189 39 207 0.09 0.81 0 0.19 293.57 0.68 0.48
Hex BD 27 CF 9 51 0 13 126 44 30
Octal 275 47 317 11 121 0 23 446 104 60
Binary 10111101 100111 11001111 1001 1010001 0 10011 100100110 1000100 110000

Color Harmonies of #BD27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD27CF

Black with #BD27CF

Text Example


Text Example

White with #BD27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD27CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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