Html Css Color HEX #B829CB Dark Orchid

📋 copy color: '#B829CB'

red 184 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #B829CB

Tints of Dark Orchid #B829CB

RGB

 RED value IS 184 (72.27% from 255) = 42.99%

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

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

R = 42.99%
G = 9.58%
B = 47.43%

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

#B829CB (or 0xB829CB) is known color: Dark Orchid. HEX triplet: B8, 29 and CB. RGB value is (184,41,203). Sum of RGB (Red+Green+Blue) = 184+41+203=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #B829CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829CB is #47D634. Grayscale: #656565. Windows color (decimal): -4707893 or 13314488. OLE color: 13314488.

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

Color convert

RGB 184 41 203 -
CMYK 0.09 0.80 0 0.20
HSL 292.96º 0.66% 0.48% -
HSV(B) 292.96º 0.8% 0.8% -
XYZ 31.34 16.09 57.95 -
YUV 102.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 184 41 203 0.09 0.80 0 0.20 292.96 0.66 0.48
Hex B8 29 CB 9 50 0 14 125 42 30
Octal 270 51 313 11 120 0 24 445 102 60
Binary 10111000 101001 11001011 1001 1010000 0 10100 100100101 1000010 110000

Color Harmonies of #B829CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829CB

Black with #B829CB

Text Example


Text Example

White with #B829CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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