Html Css Color HEX #B2258D Medium Red Violet

📋 copy color: '#B2258D'

red 178 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #B2258D

Tints of Medium Red Violet #B2258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 50%
G = 10.39%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2258D (or 0xB2258D) is known color: Medium Red Violet. HEX triplet: B2, 25 and 8D. RGB value is (178,37,141). Sum of RGB (Red+Green+Blue) = 178+37+141=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2258D is #4DDA72. Grayscale: #5A5A5A. Windows color (decimal): -5102195 or 9250226. OLE color: 9250226.

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

Color convert

RGB 178 37 141 -
CMYK 0 0.79 0.21 0.30
HSL 315.74º 0.66% 0.42% -
HSV(B) 315.74º 0.79% 0.7% -
XYZ 23.83 12.71 26.4 -
YUV 91.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 178 37 141 0 0.79 0.21 0.30 315.74 0.66 0.42
Hex B2 25 8D 0 4F 15 1E 13C 42 2A
Octal 262 45 215 0 117 25 36 474 102 52
Binary 10110010 100101 10001101 0 1001111 10101 11110 100111100 1000010 101010

Color Harmonies of #B2258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2258D

Black with #B2258D

Text Example


Text Example

White with #B2258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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