Html Css Color HEX #B36CA8 Violet Blue

📋 copy color: '#B36CA8'

red 179 ◦ green 108 ◦ blue 168

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

Shades of Violet Blue #B36CA8

Tints of Violet Blue #B36CA8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.74%

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 39.34%
G = 23.74%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B36CA8 (or 0xB36CA8) is known color: Violet Blue. HEX triplet: B3, 6C and A8. RGB value is (179,108,168). Sum of RGB (Red+Green+Blue) = 179+108+168=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B36CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36CA8 is #4C9357. Grayscale: #878787. Windows color (decimal): -5018456 or 11037875. OLE color: 11037875.

HSL color Cylindrical-coordinate representation of color #B36CA8: hue angle of 309.3º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36CA8 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 168 -
CMYK 0 0.40 0.06 0.30
HSL 309.3º 0.32% 0.56% -
HSV(B) 309.3º 0.4% 0.7% -
XYZ 31.02 23.14 39.88 -
YUV 136.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 179 108 168 0 0.40 0.06 0.30 309.3 0.32 0.56
Hex B3 6C A8 0 28 6 1E 135 20 38
Octal 263 154 250 0 50 6 36 465 40 70
Binary 10110011 1101100 10101000 0 101000 110 11110 100110101 100000 111000

Color Harmonies of #B36CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CA8

Black with #B36CA8

Text Example


Text Example

White with #B36CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CA8; }

 p { color: rgb(179,108,168); }

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

background-color css

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

 a { background-color: rgb(179,108,168); }

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

border-color css

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

 span { border-color: rgb(179,108,168); }

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