Html Css Color HEX #B927CB Dark Orchid

📋 copy color: '#B927CB'

red 185 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #B927CB

Tints of Dark Orchid #B927CB

RGB

 RED value IS 185 (72.66% from 255) = 43.33%

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 43.33%
G = 9.13%
B = 47.54%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B927CB (or 0xB927CB) is known color: Dark Orchid. HEX triplet: B9, 27 and CB. RGB value is (185,39,203). Sum of RGB (Red+Green+Blue) = 185+39+203=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #B927CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927CB is #46D834. Grayscale: #646464. Windows color (decimal): -4642869 or 13313977. OLE color: 13313977.

HSL color Cylindrical-coordinate representation of color #B927CB: hue angle of 293.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B927CB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 39 203 -
CMYK 0.09 0.81 0 0.20
HSL 293.41º 0.68% 0.47% -
HSV(B) 293.41º 0.81% 0.8% -
XYZ 31.51 16.08 57.94 -
YUV 101.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 185 39 203 0.09 0.81 0 0.20 293.41 0.68 0.47
Hex B9 27 CB 9 51 0 14 125 44 2F
Octal 271 47 313 11 121 0 24 445 104 57
Binary 10111001 100111 11001011 1001 1010001 0 10100 100100101 1000100 101111

Color Harmonies of #B927CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B927CB

Black with #B927CB

Text Example


Text Example

White with #B927CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B927CB; }

 p { color: rgb(185,39,203); }

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

background-color css

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

 a { background-color: rgb(185,39,203); }

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

border-color css

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

 span { border-color: rgb(185,39,203); }

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