Html Css Color HEX #B06CAC Violet Blue

📋 copy color: '#B06CAC'

red 176 ◦ green 108 ◦ blue 172

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

Shades of Violet Blue #B06CAC

Tints of Violet Blue #B06CAC

RGB

 RED value IS 176 (69.14% from 255) = 38.6%

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 38.6%
G = 23.68%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B06CAC (or 0xB06CAC) is known color: Violet Blue. HEX triplet: B0, 6C and AC. RGB value is (176,108,172). Sum of RGB (Red+Green+Blue) = 176+108+172=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B06CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06CAC is #4F9353. Grayscale: #878787. Windows color (decimal): -5215060 or 11300016. OLE color: 11300016.

HSL color Cylindrical-coordinate representation of color #B06CAC: hue angle of 303.53º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06CAC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 172 -
CMYK 0 0.39 0.02 0.31
HSL 303.53º 0.3% 0.56% -
HSV(B) 303.53º 0.39% 0.69% -
XYZ 30.71 22.93 41.84 -
YUV 135.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 176 108 172 0 0.39 0.02 0.31 303.53 0.3 0.56
Hex B0 6C AC 0 27 2 1F 130 1E 38
Octal 260 154 254 0 47 2 37 460 36 70
Binary 10110000 1101100 10101100 0 100111 10 11111 100110000 11110 111000

Color Harmonies of #B06CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CAC

Black with #B06CAC

Text Example


Text Example

White with #B06CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CAC; }

 p { color: rgb(176,108,172); }

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

background-color css

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

 a { background-color: rgb(176,108,172); }

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

border-color css

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

 span { border-color: rgb(176,108,172); }

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