Html Css Color HEX #B2309C Medium Red Violet

📋 copy color: '#B2309C'

red 178 ◦ green 48 ◦ blue 156

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

Shades of Medium Red Violet #B2309C

Tints of Medium Red Violet #B2309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 46.6%
G = 12.57%
B = 40.84%

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

#B2309C (or 0xB2309C) is known color: Medium Red Violet. HEX triplet: B2, 30 and 9C. RGB value is (178,48,156). Sum of RGB (Red+Green+Blue) = 178+48+156=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2309C is #4DCF63. Grayscale: #626262. Windows color (decimal): -5099364 or 10236082. OLE color: 10236082.

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

Color convert

RGB 178 48 156 -
CMYK 0 0.73 0.12 0.30
HSL 310.15º 0.58% 0.44% -
HSV(B) 310.15º 0.73% 0.7% -
XYZ 25.42 13.98 32.81 -
YUV 99.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 178 48 156 0 0.73 0.12 0.30 310.15 0.58 0.44
Hex B2 30 9C 0 49 C 1E 136 3A 2C
Octal 262 60 234 0 111 14 36 466 72 54
Binary 10110010 110000 10011100 0 1001001 1100 11110 100110110 111010 101100

Color Harmonies of #B2309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2309C

Black with #B2309C

Text Example


Text Example

White with #B2309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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