Html Css Color HEX #B326B7 Dark Orchid

📋 copy color: '#B326B7'

red 179 ◦ green 38 ◦ blue 183

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

Shades of Dark Orchid #B326B7

Tints of Dark Orchid #B326B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.75%

R = 44.75%
G = 9.5%
B = 45.75%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B326B7 (or 0xB326B7) is known color: Dark Orchid. HEX triplet: B3, 26 and B7. RGB value is (179,38,183). Sum of RGB (Red+Green+Blue) = 179+38+183=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #B326B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326B7 is #4CD948. Grayscale: #606060. Windows color (decimal): -5036361 or 12002995. OLE color: 12002995.

HSL color Cylindrical-coordinate representation of color #B326B7: hue angle of 298.34º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B326B7 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 38 183 -
CMYK 0.02 0.79 0 0.28
HSL 298.34º 0.66% 0.43% -
HSV(B) 298.34º 0.79% 0.72% -
XYZ 27.83 14.39 46.11 -
YUV 96.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 179 38 183 0.02 0.79 0 0.28 298.34 0.66 0.43
Hex B3 26 B7 2 4F 0 1C 12A 42 2B
Octal 263 46 267 2 117 0 34 452 102 53
Binary 10110011 100110 10110111 10 1001111 0 11100 100101010 1000010 101011

Color Harmonies of #B326B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326B7

Black with #B326B7

Text Example


Text Example

White with #B326B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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