Html Css Color HEX #B2589D Violet Blue

📋 copy color: '#B2589D'

red 178 ◦ green 88 ◦ blue 157

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

Shades of Violet Blue #B2589D

Tints of Violet Blue #B2589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.8%

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 42.08%
G = 20.8%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2589D (or 0xB2589D) is known color: Violet Blue. HEX triplet: B2, 58 and 9D. RGB value is (178,88,157). Sum of RGB (Red+Green+Blue) = 178+88+157=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2589D is #4DA762. Grayscale: #7A7A7A. Windows color (decimal): -5089123 or 10311858. OLE color: 10311858.

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

Color convert

RGB 178 88 157 -
CMYK 0 0.51 0.12 0.30
HSL 314º 0.37% 0.52% -
HSV(B) 314º 0.51% 0.7% -
XYZ 27.94 18.88 34.07 -
YUV 122.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 178 88 157 0 0.51 0.12 0.30 314 0.37 0.52
Hex B2 58 9D 0 33 C 1E 13A 25 34
Octal 262 130 235 0 63 14 36 472 45 64
Binary 10110010 1011000 10011101 0 110011 1100 11110 100111010 100101 110100

Color Harmonies of #B2589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2589D

Black with #B2589D

Text Example


Text Example

White with #B2589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2589D; }

 p { color: rgb(178,88,157); }

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

background-color css

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

 a { background-color: rgb(178,88,157); }

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

border-color css

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

 span { border-color: rgb(178,88,157); }

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