Html Css Color HEX #B2489F Violet Blue

📋 copy color: '#B2489F'

red 178 ◦ green 72 ◦ blue 159

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

Shades of Violet Blue #B2489F

Tints of Violet Blue #B2489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.6%

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

R = 43.52%
G = 17.6%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2489F (or 0xB2489F) is known color: Violet Blue. HEX triplet: B2, 48 and 9F. RGB value is (178,72,159). Sum of RGB (Red+Green+Blue) = 178+72+159=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2489F is #4DB760. Grayscale: #717171. Windows color (decimal): -5093217 or 10438834. OLE color: 10438834.

HSL color Cylindrical-coordinate representation of color #B2489F: hue angle of 310.75º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2489F is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 159 -
CMYK 0 0.60 0.11 0.30
HSL 310.75º 0.42% 0.49% -
HSV(B) 310.75º 0.6% 0.7% -
XYZ 26.94 16.6 34.59 -
YUV 113.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 178 72 159 0 0.60 0.11 0.30 310.75 0.42 0.49
Hex B2 48 9F 0 3C B 1E 137 2A 31
Octal 262 110 237 0 74 13 36 467 52 61
Binary 10110010 1001000 10011111 0 111100 1011 11110 100110111 101010 110001

Color Harmonies of #B2489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2489F

Black with #B2489F

Text Example


Text Example

White with #B2489F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2489F; }

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

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

background-color css

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

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

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

border-color css

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

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

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