Html Css Color HEX #B95CA6 Violet Blue

📋 copy color: '#B95CA6'

red 185 ◦ green 92 ◦ blue 166

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

Shades of Violet Blue #B95CA6

Tints of Violet Blue #B95CA6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.77%

 BLUE value IS 166 (65.23% from 255) = 37.47%

R = 41.76%
G = 20.77%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B95CA6 (or 0xB95CA6) is known color: Violet Blue. HEX triplet: B9, 5C and A6. RGB value is (185,92,166). Sum of RGB (Red+Green+Blue) = 185+92+166=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B95CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95CA6 is #46A359. Grayscale: #808080. Windows color (decimal): -4629338 or 10902713. OLE color: 10902713.

HSL color Cylindrical-coordinate representation of color #B95CA6: hue angle of 312.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95CA6 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 92 166 -
CMYK 0 0.50 0.10 0.27
HSL 312.26º 0.4% 0.54% -
HSV(B) 312.26º 0.5% 0.73% -
XYZ 30.72 20.72 38.46 -
YUV 128.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 185 92 166 0 0.50 0.10 0.27 312.26 0.4 0.54
Hex B9 5C A6 0 32 A 1B 138 28 36
Octal 271 134 246 0 62 12 33 470 50 66
Binary 10111001 1011100 10100110 0 110010 1010 11011 100111000 101000 110110

Color Harmonies of #B95CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CA6

Black with #B95CA6

Text Example


Text Example

White with #B95CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CA6; }

 p { color: rgb(185,92,166); }

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

background-color css

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

 a { background-color: rgb(185,92,166); }

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

border-color css

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

 span { border-color: rgb(185,92,166); }

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