Html Css Color HEX #B5649E Violet Blue

📋 copy color: '#B5649E'

red 181 ◦ green 100 ◦ blue 158

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

Shades of Violet Blue #B5649E

Tints of Violet Blue #B5649E

RGB

 RED value IS 181 (71.09% from 255) = 41.23%

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

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 41.23%
G = 22.78%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5649E (or 0xB5649E) is known color: Violet Blue. HEX triplet: B5, 64 and 9E. RGB value is (181,100,158). Sum of RGB (Red+Green+Blue) = 181+100+158=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5649E is #4A9B61. Grayscale: #828282. Windows color (decimal): -4889442 or 10380469. OLE color: 10380469.

HSL color Cylindrical-coordinate representation of color #B5649E: hue angle of 317.04º degrees, saturation: 0.35, 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 #B5649E is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 100 158 -
CMYK 0 0.45 0.13 0.29
HSL 317.04º 0.35% 0.55% -
HSV(B) 317.04º 0.45% 0.71% -
XYZ 29.78 21.41 34.91 -
YUV 130.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 181 100 158 0 0.45 0.13 0.29 317.04 0.35 0.55
Hex B5 64 9E 0 2D D 1D 13D 23 37
Octal 265 144 236 0 55 15 35 475 43 67
Binary 10110101 1100100 10011110 0 101101 1101 11101 100111101 100011 110111

Color Harmonies of #B5649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5649E

Black with #B5649E

Text Example


Text Example

White with #B5649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5649E; }

 p { color: rgb(181,100,158); }

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

background-color css

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

 a { background-color: rgb(181,100,158); }

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

border-color css

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

 span { border-color: rgb(181,100,158); }

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