Html Css Color HEX #B2458F Medium Red Violet

📋 copy color: '#B2458F'

red 178 ◦ green 69 ◦ blue 143

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

Shades of Medium Red Violet #B2458F

Tints of Medium Red Violet #B2458F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 45.64%
G = 17.69%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2458F (or 0xB2458F) is known color: Medium Red Violet. HEX triplet: B2, 45 and 8F. RGB value is (178,69,143). Sum of RGB (Red+Green+Blue) = 178+69+143=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2458F is #4DBA70. Grayscale: #6D6D6D. Windows color (decimal): -5094001 or 9389490. OLE color: 9389490.

HSL color Cylindrical-coordinate representation of color #B2458F: hue angle of 319.27º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2458F is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 69 143 -
CMYK 0 0.61 0.20 0.30
HSL 319.27º 0.44% 0.48% -
HSV(B) 319.27º 0.61% 0.7% -
XYZ 25.45 15.7 27.68 -
YUV 110.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 178 69 143 0 0.61 0.20 0.30 319.27 0.44 0.48
Hex B2 45 8F 0 3D 14 1E 13F 2C 30
Octal 262 105 217 0 75 24 36 477 54 60
Binary 10110010 1000101 10001111 0 111101 10100 11110 100111111 101100 110000

Color Harmonies of #B2458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2458F

Black with #B2458F

Text Example


Text Example

White with #B2458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2458F; }

 p { color: rgb(178,69,143); }

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

background-color css

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

 a { background-color: rgb(178,69,143); }

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

border-color css

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

 span { border-color: rgb(178,69,143); }

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