Html Css Color HEX #B326DC Dark Orchid

📋 copy color: '#B326DC'

red 179 ◦ green 38 ◦ blue 220

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

Shades of Dark Orchid #B326DC

Tints of Dark Orchid #B326DC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.7%

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

R = 40.96%
G = 8.7%
B = 50.34%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B326DC (or 0xB326DC) is known color: Dark Orchid. HEX triplet: B3, 26 and DC. RGB value is (179,38,220). Sum of RGB (Red+Green+Blue) = 179+38+220=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #B326DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326DC is #4CD923. Grayscale: #646464. Windows color (decimal): -5036324 or 14427827. OLE color: 14427827.

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

Color convert

RGB 179 38 220 -
CMYK 0.19 0.83 0 0.14
HSL 286.48º 0.72% 0.51% -
HSV(B) 286.48º 0.83% 0.86% -
XYZ 32.2 16.14 69.13 -
YUV 100.91 195.21 183.7 -
System Red Green Blue C M Y K H S L
Decimal 179 38 220 0.19 0.83 0 0.14 286.48 0.72 0.51
Hex B3 26 DC 13 53 0 E 11E 48 33
Octal 263 46 334 23 123 0 16 436 110 63
Binary 10110011 100110 11011100 10011 1010011 0 1110 100011110 1001000 110011

Color Harmonies of #B326DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326DC

Black with #B326DC

Text Example


Text Example

White with #B326DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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