Html Css Color HEX #B035ED Dark Orchid

📋 copy color: '#B035ED'

red 176 ◦ green 53 ◦ blue 237

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

Shades of Dark Orchid #B035ED

Tints of Dark Orchid #B035ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 37.77%
G = 11.37%
B = 50.86%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B035ED (or 0xB035ED) is known color: Dark Orchid. HEX triplet: B0, 35 and ED. RGB value is (176,53,237). Sum of RGB (Red+Green+Blue) = 176+53+237=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #B035ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B035ED is #4FCA12. Grayscale: #6E6E6E. Windows color (decimal): -5229075 or 15545776. OLE color: 15545776.

HSL color Cylindrical-coordinate representation of color #B035ED: hue angle of 280.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B035ED is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 53 237 -
CMYK 0.26 0.78 0 0.07
HSL 280.11º 0.84% 0.57% -
HSV(B) 280.11º 0.78% 0.93% -
XYZ 34.46 17.89 81.76 -
YUV 110.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 176 53 237 0.26 0.78 0 0.07 280.11 0.84 0.57
Hex B0 35 ED 1A 4E 0 7 118 54 39
Octal 260 65 355 32 116 0 7 430 124 71
Binary 10110000 110101 11101101 11010 1001110 0 111 100011000 1010100 111001

Color Harmonies of #B035ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B035ED

Black with #B035ED

Text Example


Text Example

White with #B035ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B035ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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