Html Css Color HEX #B2489D Violet Blue

📋 copy color: '#B2489D'

red 178 ◦ green 72 ◦ blue 157

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

Shades of Violet Blue #B2489D

Tints of Violet Blue #B2489D

RGB

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

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

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

R = 43.73%
G = 17.69%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2489D (or 0xB2489D) is known color: Violet Blue. HEX triplet: B2, 48 and 9D. RGB value is (178,72,157). Sum of RGB (Red+Green+Blue) = 178+72+157=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2489D is #4DB762. Grayscale: #717171. Windows color (decimal): -5093219 or 10307762. OLE color: 10307762.

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

Color convert

RGB 178 72 157 -
CMYK 0 0.60 0.12 0.30
HSL 311.89º 0.42% 0.49% -
HSV(B) 311.89º 0.6% 0.7% -
XYZ 26.76 16.53 33.68 -
YUV 113.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 178 72 157 0 0.60 0.12 0.30 311.89 0.42 0.49
Hex B2 48 9D 0 3C C 1E 138 2A 31
Octal 262 110 235 0 74 14 36 470 52 61
Binary 10110010 1001000 10011101 0 111100 1100 11110 100111000 101010 110001

Color Harmonies of #B2489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2489D

Black with #B2489D

Text Example


Text Example

White with #B2489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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