Html Css Color HEX #B2258C Medium Red Violet

📋 copy color: '#B2258C'

red 178 ◦ green 37 ◦ blue 140

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

Shades of Medium Red Violet #B2258C

Tints of Medium Red Violet #B2258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 50.14%
G = 10.42%
B = 39.44%

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

#B2258C (or 0xB2258C) is known color: Medium Red Violet. HEX triplet: B2, 25 and 8C. RGB value is (178,37,140). Sum of RGB (Red+Green+Blue) = 178+37+140=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2258C is #4DDA73. Grayscale: #5A5A5A. Windows color (decimal): -5102196 or 9184690. OLE color: 9184690.

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

Color convert

RGB 178 37 140 -
CMYK 0 0.79 0.21 0.30
HSL 316.17º 0.66% 0.42% -
HSV(B) 316.17º 0.79% 0.7% -
XYZ 23.76 12.68 26.01 -
YUV 90.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 178 37 140 0 0.79 0.21 0.30 316.17 0.66 0.42
Hex B2 25 8C 0 4F 15 1E 13C 42 2A
Octal 262 45 214 0 117 25 36 474 102 52
Binary 10110010 100101 10001100 0 1001111 10101 11110 100111100 1000010 101010

Color Harmonies of #B2258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2258C

Black with #B2258C

Text Example


Text Example

White with #B2258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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