Html Css Color HEX #B2258A Medium Red Violet

📋 copy color: '#B2258A'

red 178 ◦ green 37 ◦ blue 138

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

Shades of Medium Red Violet #B2258A

Tints of Medium Red Violet #B2258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 50.42%
G = 10.48%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2258A (or 0xB2258A) is known color: Medium Red Violet. HEX triplet: B2, 25 and 8A. RGB value is (178,37,138). Sum of RGB (Red+Green+Blue) = 178+37+138=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2258A is #4DDA75. Grayscale: #5A5A5A. Windows color (decimal): -5102198 or 9053618. OLE color: 9053618.

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

Color convert

RGB 178 37 138 -
CMYK 0 0.79 0.22 0.30
HSL 317.02º 0.66% 0.42% -
HSV(B) 317.02º 0.79% 0.7% -
XYZ 23.61 12.62 25.24 -
YUV 90.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 178 37 138 0 0.79 0.22 0.30 317.02 0.66 0.42
Hex B2 25 8A 0 4F 16 1E 13D 42 2A
Octal 262 45 212 0 117 26 36 475 102 52
Binary 10110010 100101 10001010 0 1001111 10110 11110 100111101 1000010 101010

Color Harmonies of #B2258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2258A

Black with #B2258A

Text Example


Text Example

White with #B2258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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