Html Css Color HEX #B968AB Violet Blue

📋 copy color: '#B968AB'

red 185 ◦ green 104 ◦ blue 171

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

Shades of Violet Blue #B968AB

Tints of Violet Blue #B968AB

RGB

 RED value IS 185 (72.66% from 255) = 40.22%

 GREEN value IS 104 (41.02% from 255) = 22.61%

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 40.22%
G = 22.61%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B968AB (or 0xB968AB) is known color: Violet Blue. HEX triplet: B9, 68 and AB. RGB value is (185,104,171). Sum of RGB (Red+Green+Blue) = 185+104+171=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B968AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B968AB is #469754. Grayscale: #878787. Windows color (decimal): -4626261 or 11233465. OLE color: 11233465.

HSL color Cylindrical-coordinate representation of color #B968AB: hue angle of 310.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B968AB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 171 -
CMYK 0 0.44 0.08 0.27
HSL 310.37º 0.37% 0.57% -
HSV(B) 310.37º 0.44% 0.73% -
XYZ 32.31 23.16 41.29 -
YUV 135.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 185 104 171 0 0.44 0.08 0.27 310.37 0.37 0.57
Hex B9 68 AB 0 2C 8 1B 136 25 39
Octal 271 150 253 0 54 10 33 466 45 71
Binary 10111001 1101000 10101011 0 101100 1000 11011 100110110 100101 111001

Color Harmonies of #B968AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B968AB

Black with #B968AB

Text Example


Text Example

White with #B968AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B968AB; }

 p { color: rgb(185,104,171); }

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

background-color css

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

 a { background-color: rgb(185,104,171); }

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

border-color css

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

 span { border-color: rgb(185,104,171); }

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