Html Css Color HEX #B663AD Violet Blue

📋 copy color: '#B663AD'

red 182 ◦ green 99 ◦ blue 173

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

Shades of Violet Blue #B663AD

Tints of Violet Blue #B663AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 40.09%
G = 21.81%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B663AD (or 0xB663AD) is known color: Violet Blue. HEX triplet: B6, 63 and AD. RGB value is (182,99,173). Sum of RGB (Red+Green+Blue) = 182+99+173=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B663AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B663AD is #499C52. Grayscale: #848484. Windows color (decimal): -4824147 or 11363254. OLE color: 11363254.

HSL color Cylindrical-coordinate representation of color #B663AD: hue angle of 306.51º 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 #B663AD is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 99 173 -
CMYK 0 0.46 0.05 0.29
HSL 306.51º 0.36% 0.55% -
HSV(B) 306.51º 0.46% 0.71% -
XYZ 31.3 21.89 42.11 -
YUV 132.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 182 99 173 0 0.46 0.05 0.29 306.51 0.36 0.55
Hex B6 63 AD 0 2E 5 1D 133 24 37
Octal 266 143 255 0 56 5 35 463 44 67
Binary 10110110 1100011 10101101 0 101110 101 11101 100110011 100100 110111

Color Harmonies of #B663AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663AD

Black with #B663AD

Text Example


Text Example

White with #B663AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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