Html Css Color HEX #B02EEE Dark Orchid

📋 copy color: '#B02EEE'

red 176 ◦ green 46 ◦ blue 238

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

Shades of Dark Orchid #B02EEE

Tints of Dark Orchid #B02EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 38.26%
G = 10%
B = 51.74%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B02EEE (or 0xB02EEE) is known color: Dark Orchid. HEX triplet: B0, 2E and EE. RGB value is (176,46,238). Sum of RGB (Red+Green+Blue) = 176+46+238=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #B02EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02EEE is #4FD111. Grayscale: #6A6A6A. Windows color (decimal): -5230866 or 15609520. OLE color: 15609520.

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

Color convert

RGB 176 46 238 -
CMYK 0.26 0.81 0 0.07
HSL 280.63º 0.85% 0.56% -
HSV(B) 280.63º 0.81% 0.93% -
XYZ 34.31 17.36 82.43 -
YUV 106.76 202.07 177.39 -
System Red Green Blue C M Y K H S L
Decimal 176 46 238 0.26 0.81 0 0.07 280.63 0.85 0.56
Hex B0 2E EE 1A 51 0 7 119 55 38
Octal 260 56 356 32 121 0 7 431 125 70
Binary 10110000 101110 11101110 11010 1010001 0 111 100011001 1010101 111000

Color Harmonies of #B02EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02EEE

Black with #B02EEE

Text Example


Text Example

White with #B02EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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