Html Css Color HEX #B035BA Dark Orchid

📋 copy color: '#B035BA'

red 176 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #B035BA

Tints of Dark Orchid #B035BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 42.41%
G = 12.77%
B = 44.82%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B035BA (or 0xB035BA) is known color: Dark Orchid. HEX triplet: B0, 35 and BA. RGB value is (176,53,186). Sum of RGB (Red+Green+Blue) = 176+53+186=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #B035BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035BA is #4FCA45. Grayscale: #686868. Windows color (decimal): -5229126 or 12203440. OLE color: 12203440.

HSL color Cylindrical-coordinate representation of color #B035BA: hue angle of 295.49º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B035BA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 53 186 -
CMYK 0.05 0.72 0 0.27
HSL 295.49º 0.56% 0.47% -
HSV(B) 295.49º 0.72% 0.73% -
XYZ 28.04 15.32 47.93 -
YUV 104.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 176 53 186 0.05 0.72 0 0.27 295.49 0.56 0.47
Hex B0 35 BA 5 48 0 1B 127 38 2F
Octal 260 65 272 5 110 0 33 447 70 57
Binary 10110000 110101 10111010 101 1001000 0 11011 100100111 111000 101111

Color Harmonies of #B035BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B035BA

Black with #B035BA

Text Example


Text Example

White with #B035BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B035BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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