Html Css Color HEX #B020E4 Dark Orchid

📋 copy color: '#B020E4'

red 176 ◦ green 32 ◦ blue 228

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

Shades of Dark Orchid #B020E4

Tints of Dark Orchid #B020E4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.34%

 BLUE value IS 228 (89.45% from 255) = 52.29%

R = 40.37%
G = 7.34%
B = 52.29%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B020E4 (or 0xB020E4) is known color: Dark Orchid. HEX triplet: B0, 20 and E4. RGB value is (176,32,228). Sum of RGB (Red+Green+Blue) = 176+32+228=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #B020E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020E4 is #4FDF1B. Grayscale: #606060. Windows color (decimal): -5234460 or 14950576. OLE color: 14950576.

HSL color Cylindrical-coordinate representation of color #B020E4: hue angle of 284.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B020E4 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 32 228 -
CMYK 0.23 0.86 0 0.11
HSL 284.08º 0.78% 0.51% -
HSV(B) 284.08º 0.86% 0.89% -
XYZ 32.42 15.86 74.75 -
YUV 97.4 201.71 184.06 -
System Red Green Blue C M Y K H S L
Decimal 176 32 228 0.23 0.86 0 0.11 284.08 0.78 0.51
Hex B0 20 E4 17 56 0 B 11C 4E 33
Octal 260 40 344 27 126 0 13 434 116 63
Binary 10110000 100000 11100100 10111 1010110 0 1011 100011100 1001110 110011

Color Harmonies of #B020E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020E4

Black with #B020E4

Text Example


Text Example

White with #B020E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020E4; }

 p { color: rgb(176,32,228); }

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

background-color css

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

 a { background-color: rgb(176,32,228); }

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

border-color css

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

 span { border-color: rgb(176,32,228); }

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