Html Css Color HEX #B566A6 Violet Blue

📋 copy color: '#B566A6'

red 181 ◦ green 102 ◦ blue 166

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

Shades of Violet Blue #B566A6

Tints of Violet Blue #B566A6

RGB

 RED value IS 181 (71.09% from 255) = 40.31%

 GREEN value IS 102 (40.23% from 255) = 22.72%

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

R = 40.31%
G = 22.72%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B566A6 (or 0xB566A6) is known color: Violet Blue. HEX triplet: B5, 66 and A6. RGB value is (181,102,166). Sum of RGB (Red+Green+Blue) = 181+102+166=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B566A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566A6 is #4A9959. Grayscale: #848484. Windows color (decimal): -4888922 or 10905269. OLE color: 10905269.

HSL color Cylindrical-coordinate representation of color #B566A6: hue angle of 311.39º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B566A6 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 102 166 -
CMYK 0 0.44 0.08 0.29
HSL 311.39º 0.35% 0.55% -
HSV(B) 311.39º 0.44% 0.71% -
XYZ 30.69 22.08 38.72 -
YUV 132.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 181 102 166 0 0.44 0.08 0.29 311.39 0.35 0.55
Hex B5 66 A6 0 2C 8 1D 137 23 37
Octal 265 146 246 0 54 10 35 467 43 67
Binary 10110101 1100110 10100110 0 101100 1000 11101 100110111 100011 110111

Color Harmonies of #B566A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566A6

Black with #B566A6

Text Example


Text Example

White with #B566A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566A6; }

 p { color: rgb(181,102,166); }

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

background-color css

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

 a { background-color: rgb(181,102,166); }

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

border-color css

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

 span { border-color: rgb(181,102,166); }

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