Html Css Color HEX #B326CC Dark Orchid

📋 copy color: '#B326CC'

red 179 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #B326CC

Tints of Dark Orchid #B326CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 42.52%
G = 9.03%
B = 48.46%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B326CC (or 0xB326CC) is known color: Dark Orchid. HEX triplet: B3, 26 and CC. RGB value is (179,38,204). Sum of RGB (Red+Green+Blue) = 179+38+204=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #B326CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326CC is #4CD933. Grayscale: #626262. Windows color (decimal): -5036340 or 13379251. OLE color: 13379251.

HSL color Cylindrical-coordinate representation of color #B326CC: hue angle of 290.96º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B326CC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 38 204 -
CMYK 0.12 0.81 0 0.2
HSL 290.96º 0.69% 0.47% -
HSV(B) 290.96º 0.81% 0.8% -
XYZ 30.18 15.33 58.49 -
YUV 99.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 179 38 204 0.12 0.81 0 0.2 290.96 0.69 0.47
Hex B3 26 CC C 51 0 14 123 45 2F
Octal 263 46 314 14 121 0 24 443 105 57
Binary 10110011 100110 11001100 1100 1010001 0 10100 100100011 1000101 101111

Color Harmonies of #B326CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326CC

Black with #B326CC

Text Example


Text Example

White with #B326CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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