Html Css Color HEX #B95EA6 Violet Blue

📋 copy color: '#B95EA6'

red 185 ◦ green 94 ◦ blue 166

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

Shades of Violet Blue #B95EA6

Tints of Violet Blue #B95EA6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.12%

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

R = 41.57%
G = 21.12%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B95EA6 (or 0xB95EA6) is known color: Violet Blue. HEX triplet: B9, 5E and A6. RGB value is (185,94,166). Sum of RGB (Red+Green+Blue) = 185+94+166=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EA6 is #46A159. Grayscale: #818181. Windows color (decimal): -4628826 or 10903225. OLE color: 10903225.

HSL color Cylindrical-coordinate representation of color #B95EA6: hue angle of 312.53º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95EA6 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 94 166 -
CMYK 0 0.49 0.10 0.27
HSL 312.53º 0.39% 0.55% -
HSV(B) 312.53º 0.49% 0.73% -
XYZ 30.89 21.07 38.52 -
YUV 129.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 185 94 166 0 0.49 0.10 0.27 312.53 0.39 0.55
Hex B9 5E A6 0 31 A 1B 139 27 37
Octal 271 136 246 0 61 12 33 471 47 67
Binary 10111001 1011110 10100110 0 110001 1010 11011 100111001 100111 110111

Color Harmonies of #B95EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EA6

Black with #B95EA6

Text Example


Text Example

White with #B95EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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