Html Css Color HEX #B320BC Dark Orchid

📋 copy color: '#B320BC'

red 179 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #B320BC

Tints of Dark Orchid #B320BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 44.86%
G = 8.02%
B = 47.12%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B320BC (or 0xB320BC) is known color: Dark Orchid. HEX triplet: B3, 20 and BC. RGB value is (179,32,188). Sum of RGB (Red+Green+Blue) = 179+32+188=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #B320BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320BC is #4CDF43. Grayscale: #5D5D5D. Windows color (decimal): -5037892 or 12329139. OLE color: 12329139.

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

Color convert

RGB 179 32 188 -
CMYK 0.05 0.83 0 0.26
HSL 296.54º 0.71% 0.43% -
HSV(B) 296.54º 0.83% 0.74% -
XYZ 28.18 14.25 48.84 -
YUV 93.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 179 32 188 0.05 0.83 0 0.26 296.54 0.71 0.43
Hex B3 20 BC 5 53 0 1A 129 47 2B
Octal 263 40 274 5 123 0 32 451 107 53
Binary 10110011 100000 10111100 101 1010011 0 11010 100101001 1000111 101011

Color Harmonies of #B320BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320BC

Black with #B320BC

Text Example


Text Example

White with #B320BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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