Html Css Color HEX #B020B3 Dark Orchid

📋 copy color: '#B020B3'

red 176 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #B020B3

Tints of Dark Orchid #B020B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.25%

R = 45.48%
G = 8.27%
B = 46.25%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B020B3 (or 0xB020B3) is known color: Dark Orchid. HEX triplet: B0, 20 and B3. RGB value is (176,32,179). Sum of RGB (Red+Green+Blue) = 176+32+179=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #B020B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020B3 is #4FDF4C. Grayscale: #5B5B5B. Windows color (decimal): -5234509 or 11739312. OLE color: 11739312.

HSL color Cylindrical-coordinate representation of color #B020B3: hue angle of 298.78º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B020B3 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 32 179 -
CMYK 0.02 0.82 0 0.30
HSL 298.78º 0.7% 0.41% -
HSV(B) 298.78º 0.82% 0.7% -
XYZ 26.56 13.52 43.86 -
YUV 91.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 176 32 179 0.02 0.82 0 0.30 298.78 0.7 0.41
Hex B0 20 B3 2 52 0 1E 12B 46 29
Octal 260 40 263 2 122 0 36 453 106 51
Binary 10110000 100000 10110011 10 1010010 0 11110 100101011 1000110 101001

Color Harmonies of #B020B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020B3

Black with #B020B3

Text Example


Text Example

White with #B020B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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