Html Css Color HEX #B2309F Medium Red Violet

📋 copy color: '#B2309F'

red 178 ◦ green 48 ◦ blue 159

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

Shades of Medium Red Violet #B2309F

Tints of Medium Red Violet #B2309F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.47%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 46.23%
G = 12.47%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2309F (or 0xB2309F) is known color: Medium Red Violet. HEX triplet: B2, 30 and 9F. RGB value is (178,48,159). Sum of RGB (Red+Green+Blue) = 178+48+159=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2309F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2309F is #4DCF60. Grayscale: #636363. Windows color (decimal): -5099361 or 10432690. OLE color: 10432690.

HSL color Cylindrical-coordinate representation of color #B2309F: hue angle of 308.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2309F is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 159 -
CMYK 0 0.73 0.11 0.30
HSL 308.77º 0.58% 0.44% -
HSV(B) 308.77º 0.73% 0.7% -
XYZ 25.68 14.08 34.17 -
YUV 99.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 178 48 159 0 0.73 0.11 0.30 308.77 0.58 0.44
Hex B2 30 9F 0 49 B 1E 135 3A 2C
Octal 262 60 237 0 111 13 36 465 72 54
Binary 10110010 110000 10011111 0 1001001 1011 11110 100110101 111010 101100

Color Harmonies of #B2309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2309F

Black with #B2309F

Text Example


Text Example

White with #B2309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2309F; }

 p { color: rgb(178,48,159); }

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

background-color css

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

 a { background-color: rgb(178,48,159); }

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

border-color css

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

 span { border-color: rgb(178,48,159); }

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