Html Css Color HEX #B02EE3 Dark Orchid

📋 copy color: '#B02EE3'

red 176 ◦ green 46 ◦ blue 227

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

Shades of Dark Orchid #B02EE3

Tints of Dark Orchid #B02EE3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.24%

 BLUE value IS 227 (89.06% from 255) = 50.56%

R = 39.2%
G = 10.24%
B = 50.56%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B02EE3 (or 0xB02EE3) is known color: Dark Orchid. HEX triplet: B0, 2E and E3. RGB value is (176,46,227). Sum of RGB (Red+Green+Blue) = 176+46+227=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #B02EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EE3 is #4FD11C. Grayscale: #686868. Windows color (decimal): -5230877 or 14888624. OLE color: 14888624.

HSL color Cylindrical-coordinate representation of color #B02EE3: hue angle of 283.09º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02EE3 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 46 227 -
CMYK 0.22 0.80 0 0.11
HSL 283.09º 0.76% 0.54% -
HSV(B) 283.09º 0.8% 0.89% -
XYZ 32.75 16.73 74.18 -
YUV 105.5 196.57 178.28 -
System Red Green Blue C M Y K H S L
Decimal 176 46 227 0.22 0.80 0 0.11 283.09 0.76 0.54
Hex B0 2E E3 16 50 0 B 11B 4C 36
Octal 260 56 343 26 120 0 13 433 114 66
Binary 10110000 101110 11100011 10110 1010000 0 1011 100011011 1001100 110110

Color Harmonies of #B02EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02EE3

Black with #B02EE3

Text Example


Text Example

White with #B02EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02EE3; }

 p { color: rgb(176,46,227); }

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

background-color css

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

 a { background-color: rgb(176,46,227); }

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

border-color css

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

 span { border-color: rgb(176,46,227); }

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