Html Css Color HEX #B02AED Dark Orchid

📋 copy color: '#B02AED'

red 176 ◦ green 42 ◦ blue 237

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

Shades of Dark Orchid #B02AED

Tints of Dark Orchid #B02AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.23%

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

R = 38.68%
G = 9.23%
B = 52.09%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B02AED (or 0xB02AED) is known color: Dark Orchid. HEX triplet: B0, 2A and ED. RGB value is (176,42,237). Sum of RGB (Red+Green+Blue) = 176+42+237=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #B02AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02AED is #4FD512. Grayscale: #676767. Windows color (decimal): -5231891 or 15542960. OLE color: 15542960.

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

Color convert

RGB 176 42 237 -
CMYK 0.26 0.82 0 0.07
HSL 281.23º 0.84% 0.55% -
HSV(B) 281.23º 0.82% 0.93% -
XYZ 34.02 17 81.61 -
YUV 104.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 176 42 237 0.26 0.82 0 0.07 281.23 0.84 0.55
Hex B0 2A ED 1A 52 0 7 119 54 37
Octal 260 52 355 32 122 0 7 431 124 67
Binary 10110000 101010 11101101 11010 1010010 0 111 100011001 1010100 110111

Color Harmonies of #B02AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02AED

Black with #B02AED

Text Example


Text Example

White with #B02AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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