Html Css Color HEX #B664A0 Violet Blue

📋 copy color: '#B664A0'

red 182 ◦ green 100 ◦ blue 160

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

Shades of Violet Blue #B664A0

Tints of Violet Blue #B664A0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.62%

 BLUE value IS 160 (62.89% from 255) = 36.2%

R = 41.18%
G = 22.62%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B664A0 (or 0xB664A0) is known color: Violet Blue. HEX triplet: B6, 64 and A0. RGB value is (182,100,160). Sum of RGB (Red+Green+Blue) = 182+100+160=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B664A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664A0 is #499B5F. Grayscale: #838383. Windows color (decimal): -4823904 or 10511542. OLE color: 10511542.

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

Color convert

RGB 182 100 160 -
CMYK 0 0.45 0.12 0.29
HSL 316.1º 0.36% 0.55% -
HSV(B) 316.1º 0.45% 0.71% -
XYZ 30.19 21.6 35.84 -
YUV 131.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 182 100 160 0 0.45 0.12 0.29 316.1 0.36 0.55
Hex B6 64 A0 0 2D C 1D 13C 24 37
Octal 266 144 240 0 55 14 35 474 44 67
Binary 10110110 1100100 10100000 0 101101 1100 11101 100111100 100100 110111

Color Harmonies of #B664A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664A0

Black with #B664A0

Text Example


Text Example

White with #B664A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664A0; }

 p { color: rgb(182,100,160); }

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

background-color css

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

 a { background-color: rgb(182,100,160); }

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

border-color css

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

 span { border-color: rgb(182,100,160); }

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