Html Css Color HEX #B5639E Violet Blue

📋 copy color: '#B5639E'

red 181 ◦ green 99 ◦ blue 158

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

Shades of Violet Blue #B5639E

Tints of Violet Blue #B5639E

RGB

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

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

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

R = 41.32%
G = 22.6%
B = 36.07%

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

#B5639E (or 0xB5639E) is known color: Violet Blue. HEX triplet: B5, 63 and 9E. RGB value is (181,99,158). Sum of RGB (Red+Green+Blue) = 181+99+158=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5639E is #4A9C61. Grayscale: #828282. Windows color (decimal): -4889698 or 10380213. OLE color: 10380213.

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

Color convert

RGB 181 99 158 -
CMYK 0 0.45 0.13 0.29
HSL 316.83º 0.36% 0.55% -
HSV(B) 316.83º 0.45% 0.71% -
XYZ 29.69 21.22 34.88 -
YUV 130.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 181 99 158 0 0.45 0.13 0.29 316.83 0.36 0.55
Hex B5 63 9E 0 2D D 1D 13D 24 37
Octal 265 143 236 0 55 15 35 475 44 67
Binary 10110101 1100011 10011110 0 101101 1101 11101 100111101 100100 110111

Color Harmonies of #B5639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5639E

Black with #B5639E

Text Example


Text Example

White with #B5639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5639E; }

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

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

background-color css

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

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

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

border-color css

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

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

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