Html Css Color HEX #B035CE Dark Orchid

📋 copy color: '#B035CE'

red 176 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #B035CE

Tints of Dark Orchid #B035CE

RGB

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

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

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

R = 40.46%
G = 12.18%
B = 47.36%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B035CE (or 0xB035CE) is known color: Dark Orchid. HEX triplet: B0, 35 and CE. RGB value is (176,53,206). Sum of RGB (Red+Green+Blue) = 176+53+206=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #B035CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035CE is #4FCA31. Grayscale: #6A6A6A. Windows color (decimal): -5229106 or 13514160. OLE color: 13514160.

HSL color Cylindrical-coordinate representation of color #B035CE: hue angle of 288.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B035CE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 53 206 -
CMYK 0.15 0.74 0 0.19
HSL 288.24º 0.61% 0.51% -
HSV(B) 288.24º 0.74% 0.81% -
XYZ 30.32 16.23 59.93 -
YUV 107.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 176 53 206 0.15 0.74 0 0.19 288.24 0.61 0.51
Hex B0 35 CE F 4A 0 13 120 3D 33
Octal 260 65 316 17 112 0 23 440 75 63
Binary 10110000 110101 11001110 1111 1001010 0 10011 100100000 111101 110011

Color Harmonies of #B035CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B035CE

Black with #B035CE

Text Example


Text Example

White with #B035CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B035CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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