Html Css Color HEX #B2309D Medium Red Violet

📋 copy color: '#B2309D'

red 178 ◦ green 48 ◦ blue 157

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

Shades of Medium Red Violet #B2309D

Tints of Medium Red Violet #B2309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 46.48%
G = 12.53%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2309D (or 0xB2309D) is known color: Medium Red Violet. HEX triplet: B2, 30 and 9D. RGB value is (178,48,157). Sum of RGB (Red+Green+Blue) = 178+48+157=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2309D is #4DCF62. Grayscale: #626262. Windows color (decimal): -5099363 or 10301618. OLE color: 10301618.

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

Color convert

RGB 178 48 157 -
CMYK 0 0.73 0.12 0.30
HSL 309.69º 0.58% 0.44% -
HSV(B) 309.69º 0.73% 0.7% -
XYZ 25.5 14.01 33.26 -
YUV 99.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 178 48 157 0 0.73 0.12 0.30 309.69 0.58 0.44
Hex B2 30 9D 0 49 C 1E 136 3A 2C
Octal 262 60 235 0 111 14 36 466 72 54
Binary 10110010 110000 10011101 0 1001001 1100 11110 100110110 111010 101100

Color Harmonies of #B2309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2309D

Black with #B2309D

Text Example


Text Example

White with #B2309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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