Html Css Color HEX #B661A6 Violet Blue

📋 copy color: '#B661A6'

red 182 ◦ green 97 ◦ blue 166

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

Shades of Violet Blue #B661A6

Tints of Violet Blue #B661A6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.8%

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

R = 40.9%
G = 21.8%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B661A6 (or 0xB661A6) is known color: Violet Blue. HEX triplet: B6, 61 and A6. RGB value is (182,97,166). Sum of RGB (Red+Green+Blue) = 182+97+166=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B661A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B661A6 is #499E59. Grayscale: #828282. Windows color (decimal): -4824666 or 10903990. OLE color: 10903990.

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

Color convert

RGB 182 97 166 -
CMYK 0 0.47 0.09 0.29
HSL 311.29º 0.37% 0.55% -
HSV(B) 311.29º 0.47% 0.71% -
XYZ 30.45 21.25 38.57 -
YUV 130.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 182 97 166 0 0.47 0.09 0.29 311.29 0.37 0.55
Hex B6 61 A6 0 2F 9 1D 137 25 37
Octal 266 141 246 0 57 11 35 467 45 67
Binary 10110110 1100001 10100110 0 101111 1001 11101 100110111 100101 110111

Color Harmonies of #B661A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B661A6

Black with #B661A6

Text Example


Text Example

White with #B661A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B661A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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