Html Css Color HEX #B2258B Medium Red Violet

📋 copy color: '#B2258B'

red 178 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #B2258B

Tints of Medium Red Violet #B2258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 50.28%
G = 10.45%
B = 39.27%

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

#B2258B (or 0xB2258B) is known color: Medium Red Violet. HEX triplet: B2, 25 and 8B. RGB value is (178,37,139). Sum of RGB (Red+Green+Blue) = 178+37+139=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2258B is #4DDA74. Grayscale: #5A5A5A. Windows color (decimal): -5102197 or 9119154. OLE color: 9119154.

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

Color convert

RGB 178 37 139 -
CMYK 0 0.79 0.22 0.30
HSL 316.6º 0.66% 0.42% -
HSV(B) 316.6º 0.79% 0.7% -
XYZ 23.68 12.65 25.62 -
YUV 90.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 178 37 139 0 0.79 0.22 0.30 316.6 0.66 0.42
Hex B2 25 8B 0 4F 16 1E 13D 42 2A
Octal 262 45 213 0 117 26 36 475 102 52
Binary 10110010 100101 10001011 0 1001111 10110 11110 100111101 1000010 101010

Color Harmonies of #B2258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2258B

Black with #B2258B

Text Example


Text Example

White with #B2258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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