Html Css Color HEX #B322BC Dark Orchid

📋 copy color: '#B322BC'

red 179 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #B322BC

Tints of Dark Orchid #B322BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.48%

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

R = 44.64%
G = 8.48%
B = 46.88%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B322BC (or 0xB322BC) is known color: Dark Orchid. HEX triplet: B3, 22 and BC. RGB value is (179,34,188). Sum of RGB (Red+Green+Blue) = 179+34+188=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #B322BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322BC is #4CDD43. Grayscale: #5E5E5E. Windows color (decimal): -5037380 or 12329651. OLE color: 12329651.

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

Color convert

RGB 179 34 188 -
CMYK 0.05 0.82 0 0.26
HSL 296.49º 0.69% 0.44% -
HSV(B) 296.49º 0.82% 0.74% -
XYZ 28.24 14.36 48.86 -
YUV 94.91 180.54 187.98 -
System Red Green Blue C M Y K H S L
Decimal 179 34 188 0.05 0.82 0 0.26 296.49 0.69 0.44
Hex B3 22 BC 5 52 0 1A 128 45 2C
Octal 263 42 274 5 122 0 32 450 105 54
Binary 10110011 100010 10111100 101 1010010 0 11010 100101000 1000101 101100

Color Harmonies of #B322BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B322BC

Black with #B322BC

Text Example


Text Example

White with #B322BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B322BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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