Html Css Color HEX #B326C1 Dark Orchid

📋 copy color: '#B326C1'

red 179 ◦ green 38 ◦ blue 193

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

Shades of Dark Orchid #B326C1

Tints of Dark Orchid #B326C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.07%

R = 43.66%
G = 9.27%
B = 47.07%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B326C1 (or 0xB326C1) is known color: Dark Orchid. HEX triplet: B3, 26 and C1. RGB value is (179,38,193). Sum of RGB (Red+Green+Blue) = 179+38+193=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #B326C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326C1 is #4CD93E. Grayscale: #616161. Windows color (decimal): -5036351 or 12658355. OLE color: 12658355.

HSL color Cylindrical-coordinate representation of color #B326C1: hue angle of 294.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B326C1 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 38 193 -
CMYK 0.07 0.80 0 0.24
HSL 294.58º 0.67% 0.45% -
HSV(B) 294.58º 0.8% 0.76% -
XYZ 28.91 14.82 51.79 -
YUV 97.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 179 38 193 0.07 0.80 0 0.24 294.58 0.67 0.45
Hex B3 26 C1 7 50 0 18 127 43 2D
Octal 263 46 301 7 120 0 30 447 103 55
Binary 10110011 100110 11000001 111 1010000 0 11000 100100111 1000011 101101

Color Harmonies of #B326C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326C1

Black with #B326C1

Text Example


Text Example

White with #B326C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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