Html Css Color HEX #B663A6 Violet Blue

📋 copy color: '#B663A6'

red 182 ◦ green 99 ◦ blue 166

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

Shades of Violet Blue #B663A6

Tints of Violet Blue #B663A6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.15%

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

R = 40.72%
G = 22.15%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B663A6 (or 0xB663A6) is known color: Violet Blue. HEX triplet: B6, 63 and A6. RGB value is (182,99,166). Sum of RGB (Red+Green+Blue) = 182+99+166=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B663A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B663A6 is #499C59. Grayscale: #838383. Windows color (decimal): -4824154 or 10904502. OLE color: 10904502.

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

Color convert

RGB 182 99 166 -
CMYK 0 0.46 0.09 0.29
HSL 311.57º 0.36% 0.55% -
HSV(B) 311.57º 0.46% 0.71% -
XYZ 30.64 21.62 38.64 -
YUV 131.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 182 99 166 0 0.46 0.09 0.29 311.57 0.36 0.55
Hex B6 63 A6 0 2E 9 1D 138 24 37
Octal 266 143 246 0 56 11 35 470 44 67
Binary 10110110 1100011 10100110 0 101110 1001 11101 100111000 100100 110111

Color Harmonies of #B663A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663A6

Black with #B663A6

Text Example


Text Example

White with #B663A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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