Html Css Color HEX #B2599B Violet Blue

📋 copy color: '#B2599B'

red 178 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #B2599B

Tints of Violet Blue #B2599B

RGB

 RED value IS 178 (69.92% from 255) = 42.18%

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 42.18%
G = 21.09%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2599B (or 0xB2599B) is known color: Violet Blue. HEX triplet: B2, 59 and 9B. RGB value is (178,89,155). Sum of RGB (Red+Green+Blue) = 178+89+155=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2599B is #4DA664. Grayscale: #7A7A7A. Windows color (decimal): -5088869 or 10181042. OLE color: 10181042.

HSL color Cylindrical-coordinate representation of color #B2599B: hue angle of 315.51º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2599B is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 155 -
CMYK 0 0.5 0.13 0.30
HSL 315.51º 0.37% 0.52% -
HSV(B) 315.51º 0.5% 0.7% -
XYZ 27.85 18.98 33.21 -
YUV 123.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 178 89 155 0 0.5 0.13 0.30 315.51 0.37 0.52
Hex B2 59 9B 0 32 D 1E 13C 25 34
Octal 262 131 233 0 62 15 36 474 45 64
Binary 10110010 1011001 10011011 0 110010 1101 11110 100111100 100101 110100

Color Harmonies of #B2599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2599B

Black with #B2599B

Text Example


Text Example

White with #B2599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2599B; }

 p { color: rgb(178,89,155); }

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

background-color css

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

 a { background-color: rgb(178,89,155); }

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

border-color css

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

 span { border-color: rgb(178,89,155); }

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