Html Css Color HEX #B647A4 Violet Blue

📋 copy color: '#B647A4'

red 182 ◦ green 71 ◦ blue 164

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

Shades of Violet Blue #B647A4

Tints of Violet Blue #B647A4

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.03%

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 43.65%
G = 17.03%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B647A4 (or 0xB647A4) is known color: Violet Blue. HEX triplet: B6, 47 and A4. RGB value is (182,71,164). Sum of RGB (Red+Green+Blue) = 182+71+164=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B647A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B647A4 is #49B85B. Grayscale: #727272. Windows color (decimal): -4831324 or 10766262. OLE color: 10766262.

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

Color convert

RGB 182 71 164 -
CMYK 0 0.61 0.10 0.29
HSL 309.73º 0.44% 0.5% -
HSV(B) 309.73º 0.61% 0.71% -
XYZ 28.25 17.13 36.94 -
YUV 114.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 182 71 164 0 0.61 0.10 0.29 309.73 0.44 0.5
Hex B6 47 A4 0 3D A 1D 136 2C 32
Octal 266 107 244 0 75 12 35 466 54 62
Binary 10110110 1000111 10100100 0 111101 1010 11101 100110110 101100 110010

Color Harmonies of #B647A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647A4

Black with #B647A4

Text Example


Text Example

White with #B647A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647A4; }

 p { color: rgb(182,71,164); }

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

background-color css

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

 a { background-color: rgb(182,71,164); }

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

border-color css

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

 span { border-color: rgb(182,71,164); }

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