Html Css Color HEX #B326B5 Dark Orchid

📋 copy color: '#B326B5'

red 179 ◦ green 38 ◦ blue 181

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

Shades of Dark Orchid #B326B5

Tints of Dark Orchid #B326B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.48%

R = 44.97%
G = 9.55%
B = 45.48%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B326B5 (or 0xB326B5) is known color: Dark Orchid. HEX triplet: B3, 26 and B5. RGB value is (179,38,181). Sum of RGB (Red+Green+Blue) = 179+38+181=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #B326B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326B5 is #4CD94A. Grayscale: #606060. Windows color (decimal): -5036363 or 11871923. OLE color: 11871923.

HSL color Cylindrical-coordinate representation of color #B326B5: hue angle of 299.16º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B326B5 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 38 181 -
CMYK 0.01 0.79 0 0.29
HSL 299.16º 0.65% 0.43% -
HSV(B) 299.16º 0.79% 0.71% -
XYZ 27.62 14.31 45.02 -
YUV 96.46 175.71 186.87 -
System Red Green Blue C M Y K H S L
Decimal 179 38 181 0.01 0.79 0 0.29 299.16 0.65 0.43
Hex B3 26 B5 1 4F 0 1D 12B 41 2B
Octal 263 46 265 1 117 0 35 453 101 53
Binary 10110011 100110 10110101 1 1001111 0 11101 100101011 1000001 101011

Color Harmonies of #B326B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326B5

Black with #B326B5

Text Example


Text Example

White with #B326B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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