Html Css Color HEX #B958A6 Violet Blue

📋 copy color: '#B958A6'

red 185 ◦ green 88 ◦ blue 166

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

Shades of Violet Blue #B958A6

Tints of Violet Blue #B958A6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.05%

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

R = 42.14%
G = 20.05%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B958A6 (or 0xB958A6) is known color: Violet Blue. HEX triplet: B9, 58 and A6. RGB value is (185,88,166). Sum of RGB (Red+Green+Blue) = 185+88+166=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B958A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B958A6 is #46A759. Grayscale: #7D7D7D. Windows color (decimal): -4630362 or 10901689. OLE color: 10901689.

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

Color convert

RGB 185 88 166 -
CMYK 0 0.52 0.10 0.27
HSL 311.75º 0.41% 0.54% -
HSV(B) 311.75º 0.52% 0.73% -
XYZ 30.38 20.05 38.34 -
YUV 125.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 185 88 166 0 0.52 0.10 0.27 311.75 0.41 0.54
Hex B9 58 A6 0 34 A 1B 138 29 36
Octal 271 130 246 0 64 12 33 470 51 66
Binary 10111001 1011000 10100110 0 110100 1010 11011 100111000 101001 110110

Color Harmonies of #B958A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958A6

Black with #B958A6

Text Example


Text Example

White with #B958A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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