Html Css Color HEX #B326BA Dark Orchid

📋 copy color: '#B326BA'

red 179 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #B326BA

Tints of Dark Orchid #B326BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 44.42%
G = 9.43%
B = 46.15%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B326BA (or 0xB326BA) is known color: Dark Orchid. HEX triplet: B3, 26 and BA. RGB value is (179,38,186). Sum of RGB (Red+Green+Blue) = 179+38+186=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B326BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326BA is #4CD945. Grayscale: #606060. Windows color (decimal): -5036358 or 12199603. OLE color: 12199603.

HSL color Cylindrical-coordinate representation of color #B326BA: hue angle of 297.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B326BA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 38 186 -
CMYK 0.04 0.80 0 0.27
HSL 297.16º 0.66% 0.44% -
HSV(B) 297.16º 0.8% 0.73% -
XYZ 28.15 14.52 47.77 -
YUV 97.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 179 38 186 0.04 0.80 0 0.27 297.16 0.66 0.44
Hex B3 26 BA 4 50 0 1B 129 42 2C
Octal 263 46 272 4 120 0 33 451 102 54
Binary 10110011 100110 10111010 100 1010000 0 11011 100101001 1000010 101100

Color Harmonies of #B326BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326BA

Black with #B326BA

Text Example


Text Example

White with #B326BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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