Html Css Color HEX #B320B9 Dark Orchid

📋 copy color: '#B320B9'

red 179 ◦ green 32 ◦ blue 185

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

Shades of Dark Orchid #B320B9

Tints of Dark Orchid #B320B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 45.2%
G = 8.08%
B = 46.72%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B320B9 (or 0xB320B9) is known color: Dark Orchid. HEX triplet: B3, 20 and B9. RGB value is (179,32,185). Sum of RGB (Red+Green+Blue) = 179+32+185=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #B320B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320B9 is #4CDF46. Grayscale: #5C5C5C. Windows color (decimal): -5037895 or 12132531. OLE color: 12132531.

HSL color Cylindrical-coordinate representation of color #B320B9: hue angle of 297.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B320B9 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 32 185 -
CMYK 0.03 0.83 0 0.27
HSL 297.65º 0.71% 0.43% -
HSV(B) 297.65º 0.83% 0.73% -
XYZ 27.86 14.12 47.16 -
YUV 93.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 179 32 185 0.03 0.83 0 0.27 297.65 0.71 0.43
Hex B3 20 B9 3 53 0 1B 12A 47 2B
Octal 263 40 271 3 123 0 33 452 107 53
Binary 10110011 100000 10111001 11 1010011 0 11011 100101010 1000111 101011

Color Harmonies of #B320B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320B9

Black with #B320B9

Text Example


Text Example

White with #B320B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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