Html Css Color HEX #B035DD Dark Orchid

📋 copy color: '#B035DD'

red 176 ◦ green 53 ◦ blue 221

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

Shades of Dark Orchid #B035DD

Tints of Dark Orchid #B035DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 39.11%
G = 11.78%
B = 49.11%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B035DD (or 0xB035DD) is known color: Dark Orchid. HEX triplet: B0, 35 and DD. RGB value is (176,53,221). Sum of RGB (Red+Green+Blue) = 176+53+221=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #B035DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035DD is #4FCA22. Grayscale: #6C6C6C. Windows color (decimal): -5229091 or 14497200. OLE color: 14497200.

HSL color Cylindrical-coordinate representation of color #B035DD: hue angle of 283.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B035DD is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 53 221 -
CMYK 0.20 0.76 0 0.13
HSL 283.93º 0.71% 0.54% -
HSV(B) 283.93º 0.76% 0.87% -
XYZ 32.23 17 69.99 -
YUV 108.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 176 53 221 0.20 0.76 0 0.13 283.93 0.71 0.54
Hex B0 35 DD 14 4C 0 D 11C 47 36
Octal 260 65 335 24 114 0 15 434 107 66
Binary 10110000 110101 11011101 10100 1001100 0 1101 100011100 1000111 110110

Color Harmonies of #B035DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B035DD

Black with #B035DD

Text Example


Text Example

White with #B035DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B035DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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