Html Css Color HEX #B656A6 Violet Blue

📋 copy color: '#B656A6'

red 182 ◦ green 86 ◦ blue 166

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

Shades of Violet Blue #B656A6

Tints of Violet Blue #B656A6

RGB

 RED value IS 182 (71.48% from 255) = 41.94%

 GREEN value IS 86 (33.98% from 255) = 19.82%

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

R = 41.94%
G = 19.82%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B656A6 (or 0xB656A6) is known color: Violet Blue. HEX triplet: B6, 56 and A6. RGB value is (182,86,166). Sum of RGB (Red+Green+Blue) = 182+86+166=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B656A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B656A6 is #49A959. Grayscale: #7B7B7B. Windows color (decimal): -4827482 or 10901174. OLE color: 10901174.

HSL color Cylindrical-coordinate representation of color #B656A6: hue angle of 310º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B656A6 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 86 166 -
CMYK 0 0.53 0.09 0.29
HSL 310º 0.4% 0.53% -
HSV(B) 310º 0.53% 0.71% -
XYZ 29.5 19.35 38.26 -
YUV 123.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 182 86 166 0 0.53 0.09 0.29 310 0.4 0.53
Hex B6 56 A6 0 35 9 1D 136 28 35
Octal 266 126 246 0 65 11 35 466 50 65
Binary 10110110 1010110 10100110 0 110101 1001 11101 100110110 101000 110101

Color Harmonies of #B656A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656A6

Black with #B656A6

Text Example


Text Example

White with #B656A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656A6; }

 p { color: rgb(182,86,166); }

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

background-color css

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

 a { background-color: rgb(182,86,166); }

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

border-color css

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

 span { border-color: rgb(182,86,166); }

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