Html Css Color HEX #B2599F Violet Blue

📋 copy color: '#B2599F'

red 178 ◦ green 89 ◦ blue 159

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

Shades of Violet Blue #B2599F

Tints of Violet Blue #B2599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 41.78%
G = 20.89%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2599F (or 0xB2599F) is known color: Violet Blue. HEX triplet: B2, 59 and 9F. RGB value is (178,89,159). Sum of RGB (Red+Green+Blue) = 178+89+159=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2599F is #4DA660. Grayscale: #7B7B7B. Windows color (decimal): -5088865 or 10443186. OLE color: 10443186.

HSL color Cylindrical-coordinate representation of color #B2599F: hue angle of 312.81º 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 #B2599F is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 159 -
CMYK 0 0.5 0.11 0.30
HSL 312.81º 0.37% 0.52% -
HSV(B) 312.81º 0.5% 0.7% -
XYZ 28.19 19.11 35 -
YUV 123.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 178 89 159 0 0.5 0.11 0.30 312.81 0.37 0.52
Hex B2 59 9F 0 32 B 1E 139 25 34
Octal 262 131 237 0 62 13 36 471 45 64
Binary 10110010 1011001 10011111 0 110010 1011 11110 100111001 100101 110100

Color Harmonies of #B2599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2599F

Black with #B2599F

Text Example


Text Example

White with #B2599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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