Html Css Color HEX #B320B8 Dark Orchid

📋 copy color: '#B320B8'

red 179 ◦ green 32 ◦ blue 184

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

Shades of Dark Orchid #B320B8

Tints of Dark Orchid #B320B8

RGB

 RED value IS 179 (70.31% from 255) = 45.32%

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

 BLUE value IS 184 (72.27% from 255) = 46.58%

R = 45.32%
G = 8.1%
B = 46.58%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B320B8 (or 0xB320B8) is known color: Dark Orchid. HEX triplet: B3, 20 and B8. RGB value is (179,32,184). Sum of RGB (Red+Green+Blue) = 179+32+184=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #B320B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320B8 is #4CDF47. Grayscale: #5C5C5C. Windows color (decimal): -5037896 or 12066995. OLE color: 12066995.

HSL color Cylindrical-coordinate representation of color #B320B8: hue angle of 298.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B320B8 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 32 184 -
CMYK 0.03 0.83 0 0.28
HSL 298.03º 0.7% 0.42% -
HSV(B) 298.03º 0.83% 0.72% -
XYZ 27.76 14.08 46.6 -
YUV 93.28 179.2 189.14 -
System Red Green Blue C M Y K H S L
Decimal 179 32 184 0.03 0.83 0 0.28 298.03 0.7 0.42
Hex B3 20 B8 3 53 0 1C 12A 46 2A
Octal 263 40 270 3 123 0 34 452 106 52
Binary 10110011 100000 10111000 11 1010011 0 11100 100101010 1000110 101010

Color Harmonies of #B320B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320B8

Black with #B320B8

Text Example


Text Example

White with #B320B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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