Html Css Color HEX #B5629E Violet Blue

📋 copy color: '#B5629E'

red 181 ◦ green 98 ◦ blue 158

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

Shades of Violet Blue #B5629E

Tints of Violet Blue #B5629E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.43%

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

R = 41.42%
G = 22.43%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5629E (or 0xB5629E) is known color: Violet Blue. HEX triplet: B5, 62 and 9E. RGB value is (181,98,158). Sum of RGB (Red+Green+Blue) = 181+98+158=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5629E is #4A9D61. Grayscale: #818181. Windows color (decimal): -4889954 or 10379957. OLE color: 10379957.

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

Color convert

RGB 181 98 158 -
CMYK 0 0.46 0.13 0.29
HSL 316.63º 0.36% 0.55% -
HSV(B) 316.63º 0.46% 0.71% -
XYZ 29.6 21.03 34.85 -
YUV 129.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 181 98 158 0 0.46 0.13 0.29 316.63 0.36 0.55
Hex B5 62 9E 0 2E D 1D 13D 24 37
Octal 265 142 236 0 56 15 35 475 44 67
Binary 10110101 1100010 10011110 0 101110 1101 11101 100111101 100100 110111

Color Harmonies of #B5629E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5629E

Black with #B5629E

Text Example


Text Example

White with #B5629E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5629E; }

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

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

background-color css

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

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

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

border-color css

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

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

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