Html Css Color HEX #B035CB Dark Orchid

📋 copy color: '#B035CB'

red 176 ◦ green 53 ◦ blue 203

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

Shades of Dark Orchid #B035CB

Tints of Dark Orchid #B035CB

RGB

 RED value IS 176 (69.14% from 255) = 40.74%

 GREEN value IS 53 (21.09% from 255) = 12.27%

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

R = 40.74%
G = 12.27%
B = 46.99%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B035CB (or 0xB035CB) is known color: Dark Orchid. HEX triplet: B0, 35 and CB. RGB value is (176,53,203). Sum of RGB (Red+Green+Blue) = 176+53+203=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #B035CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035CB is #4FCA34. Grayscale: #6A6A6A. Windows color (decimal): -5229109 or 13317552. OLE color: 13317552.

HSL color Cylindrical-coordinate representation of color #B035CB: hue angle of 289.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B035CB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 53 203 -
CMYK 0.13 0.74 0 0.20
HSL 289.2º 0.59% 0.5% -
HSV(B) 289.2º 0.74% 0.8% -
XYZ 29.96 16.09 58.03 -
YUV 106.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 176 53 203 0.13 0.74 0 0.20 289.2 0.59 0.5
Hex B0 35 CB D 4A 0 14 121 3B 32
Octal 260 65 313 15 112 0 24 441 73 62
Binary 10110000 110101 11001011 1101 1001010 0 10100 100100001 111011 110010

Color Harmonies of #B035CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B035CB

Black with #B035CB

Text Example


Text Example

White with #B035CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B035CB; }

 p { color: rgb(176,53,203); }

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

background-color css

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

 a { background-color: rgb(176,53,203); }

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

border-color css

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

 span { border-color: rgb(176,53,203); }

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