Html Css Color HEX #B929CB Dark Orchid

📋 copy color: '#B929CB'

red 185 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #B929CB

Tints of Dark Orchid #B929CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

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

R = 43.12%
G = 9.56%
B = 47.32%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B929CB (or 0xB929CB) is known color: Dark Orchid. HEX triplet: B9, 29 and CB. RGB value is (185,41,203). Sum of RGB (Red+Green+Blue) = 185+41+203=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #B929CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929CB is #46D634. Grayscale: #666666. Windows color (decimal): -4642357 or 13314489. OLE color: 13314489.

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

Color convert

RGB 185 41 203 -
CMYK 0.09 0.80 0 0.20
HSL 293.33º 0.66% 0.48% -
HSV(B) 293.33º 0.8% 0.8% -
XYZ 31.58 16.21 57.96 -
YUV 102.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 185 41 203 0.09 0.80 0 0.20 293.33 0.66 0.48
Hex B9 29 CB 9 50 0 14 125 42 30
Octal 271 51 313 11 120 0 24 445 102 60
Binary 10111001 101001 11001011 1001 1010000 0 10100 100100101 1000010 110000

Color Harmonies of #B929CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929CB

Black with #B929CB

Text Example


Text Example

White with #B929CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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