Html Css Color HEX #B321DC Dark Orchid

📋 copy color: '#B321DC'

red 179 ◦ green 33 ◦ blue 220

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

Shades of Dark Orchid #B321DC

Tints of Dark Orchid #B321DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.64%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 41.44%
G = 7.64%
B = 50.93%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B321DC (or 0xB321DC) is known color: Dark Orchid. HEX triplet: B3, 21 and DC. RGB value is (179,33,220). Sum of RGB (Red+Green+Blue) = 179+33+220=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B321DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321DC is #4CDE23. Grayscale: #616161. Windows color (decimal): -5037604 or 14426547. OLE color: 14426547.

HSL color Cylindrical-coordinate representation of color #B321DC: hue angle of 286.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B321DC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 33 220 -
CMYK 0.19 0.85 0 0.14
HSL 286.84º 0.74% 0.5% -
HSV(B) 286.84º 0.85% 0.86% -
XYZ 32.05 15.84 69.08 -
YUV 97.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 179 33 220 0.19 0.85 0 0.14 286.84 0.74 0.5
Hex B3 21 DC 13 55 0 E 11F 4A 32
Octal 263 41 334 23 125 0 16 437 112 62
Binary 10110011 100001 11011100 10011 1010101 0 1110 100011111 1001010 110010

Color Harmonies of #B321DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321DC

Black with #B321DC

Text Example


Text Example

White with #B321DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321DC; }

 p { color: rgb(179,33,220); }

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

background-color css

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

 a { background-color: rgb(179,33,220); }

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

border-color css

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

 span { border-color: rgb(179,33,220); }

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