Html Css Color HEX #B02EEA Dark Orchid

📋 copy color: '#B02EEA'

red 176 ◦ green 46 ◦ blue 234

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

Shades of Dark Orchid #B02EEA

Tints of Dark Orchid #B02EEA

RGB

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

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

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

R = 38.6%
G = 10.09%
B = 51.32%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B02EEA (or 0xB02EEA) is known color: Dark Orchid. HEX triplet: B0, 2E and EA. RGB value is (176,46,234). Sum of RGB (Red+Green+Blue) = 176+46+234=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #B02EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02EEA is #4FD115. Grayscale: #696969. Windows color (decimal): -5230870 or 15347376. OLE color: 15347376.

HSL color Cylindrical-coordinate representation of color #B02EEA: hue angle of 281.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02EEA is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 46 234 -
CMYK 0.25 0.80 0 0.08
HSL 281.49º 0.82% 0.55% -
HSV(B) 281.49º 0.8% 0.92% -
XYZ 33.73 17.12 79.37 -
YUV 106.3 200.07 177.71 -
System Red Green Blue C M Y K H S L
Decimal 176 46 234 0.25 0.80 0 0.08 281.49 0.82 0.55
Hex B0 2E EA 19 50 0 8 119 52 37
Octal 260 56 352 31 120 0 10 431 122 67
Binary 10110000 101110 11101010 11001 1010000 0 1000 100011001 1010010 110111

Color Harmonies of #B02EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02EEA

Black with #B02EEA

Text Example


Text Example

White with #B02EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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