Html Css Color HEX #B035EA Dark Orchid

📋 copy color: '#B035EA'

red 176 ◦ green 53 ◦ blue 234

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

Shades of Dark Orchid #B035EA

Tints of Dark Orchid #B035EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 38.01%
G = 11.45%
B = 50.54%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B035EA (or 0xB035EA) is known color: Dark Orchid. HEX triplet: B0, 35 and EA. RGB value is (176,53,234). Sum of RGB (Red+Green+Blue) = 176+53+234=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #B035EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B035EA is #4FCA15. Grayscale: #6D6D6D. Windows color (decimal): -5229078 or 15349168. OLE color: 15349168.

HSL color Cylindrical-coordinate representation of color #B035EA: hue angle of 280.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B035EA is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 53 234 -
CMYK 0.25 0.77 0 0.08
HSL 280.77º 0.81% 0.56% -
HSV(B) 280.77º 0.77% 0.92% -
XYZ 34.03 17.72 79.47 -
YUV 110.41 197.75 174.78 -
System Red Green Blue C M Y K H S L
Decimal 176 53 234 0.25 0.77 0 0.08 280.77 0.81 0.56
Hex B0 35 EA 19 4D 0 8 119 51 38
Octal 260 65 352 31 115 0 10 431 121 70
Binary 10110000 110101 11101010 11001 1001101 0 1000 100011001 1010001 111000

Color Harmonies of #B035EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B035EA

Black with #B035EA

Text Example


Text Example

White with #B035EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B035EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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