Html Css Color HEX #B2258F Medium Red Violet

📋 copy color: '#B2258F'

red 178 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #B2258F

Tints of Medium Red Violet #B2258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

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

R = 49.72%
G = 10.34%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2258F (or 0xB2258F) is known color: Medium Red Violet. HEX triplet: B2, 25 and 8F. RGB value is (178,37,143). Sum of RGB (Red+Green+Blue) = 178+37+143=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2258F is #4DDA70. Grayscale: #5A5A5A. Windows color (decimal): -5102193 or 9381298. OLE color: 9381298.

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

Color convert

RGB 178 37 143 -
CMYK 0 0.79 0.20 0.30
HSL 314.89º 0.66% 0.42% -
HSV(B) 314.89º 0.79% 0.7% -
XYZ 23.98 12.77 27.19 -
YUV 91.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 178 37 143 0 0.79 0.20 0.30 314.89 0.66 0.42
Hex B2 25 8F 0 4F 14 1E 13B 42 2A
Octal 262 45 217 0 117 24 36 473 102 52
Binary 10110010 100101 10001111 0 1001111 10100 11110 100111011 1000010 101010

Color Harmonies of #B2258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2258F

Black with #B2258F

Text Example


Text Example

White with #B2258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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