Html Css Color HEX #B962A4 Violet Blue

📋 copy color: '#B962A4'

red 185 ◦ green 98 ◦ blue 164

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

Shades of Violet Blue #B962A4

Tints of Violet Blue #B962A4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.92%

 BLUE value IS 164 (64.45% from 255) = 36.69%

R = 41.39%
G = 21.92%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B962A4 (or 0xB962A4) is known color: Violet Blue. HEX triplet: B9, 62 and A4. RGB value is (185,98,164). Sum of RGB (Red+Green+Blue) = 185+98+164=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B962A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962A4 is #469D5B. Grayscale: #838383. Windows color (decimal): -4627804 or 10773177. OLE color: 10773177.

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

Color convert

RGB 185 98 164 -
CMYK 0 0.47 0.11 0.27
HSL 314.48º 0.38% 0.55% -
HSV(B) 314.48º 0.47% 0.73% -
XYZ 31.08 21.73 37.68 -
YUV 131.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 185 98 164 0 0.47 0.11 0.27 314.48 0.38 0.55
Hex B9 62 A4 0 2F B 1B 13A 26 37
Octal 271 142 244 0 57 13 33 472 46 67
Binary 10111001 1100010 10100100 0 101111 1011 11011 100111010 100110 110111

Color Harmonies of #B962A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962A4

Black with #B962A4

Text Example


Text Example

White with #B962A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962A4; }

 p { color: rgb(185,98,164); }

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

background-color css

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

 a { background-color: rgb(185,98,164); }

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

border-color css

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

 span { border-color: rgb(185,98,164); }

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