Html Css Color HEX #B929CE Dark Orchid

📋 copy color: '#B929CE'

red 185 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #B929CE

Tints of Dark Orchid #B929CE

RGB

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

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

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

R = 42.82%
G = 9.49%
B = 47.69%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B929CE (or 0xB929CE) is known color: Dark Orchid. HEX triplet: B9, 29 and CE. RGB value is (185,41,206). Sum of RGB (Red+Green+Blue) = 185+41+206=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #B929CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929CE is #46D631. Grayscale: #666666. Windows color (decimal): -4642354 or 13511097. OLE color: 13511097.

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

Color convert

RGB 185 41 206 -
CMYK 0.10 0.80 0 0.19
HSL 292.36º 0.67% 0.48% -
HSV(B) 292.36º 0.8% 0.81% -
XYZ 31.94 16.36 59.87 -
YUV 102.87 186.21 186.58 -
System Red Green Blue C M Y K H S L
Decimal 185 41 206 0.10 0.80 0 0.19 292.36 0.67 0.48
Hex B9 29 CE A 50 0 13 124 43 30
Octal 271 51 316 12 120 0 23 444 103 60
Binary 10111001 101001 11001110 1010 1010000 0 10011 100100100 1000011 110000

Color Harmonies of #B929CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929CE

Black with #B929CE

Text Example


Text Example

White with #B929CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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