Html Css Color HEX #B2308C Medium Red Violet

📋 copy color: '#B2308C'

red 178 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #B2308C

Tints of Medium Red Violet #B2308C

RGB

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

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

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

R = 48.63%
G = 13.11%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2308C (or 0xB2308C) is known color: Medium Red Violet. HEX triplet: B2, 30 and 8C. RGB value is (178,48,140). Sum of RGB (Red+Green+Blue) = 178+48+140=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2308C is #4DCF73. Grayscale: #616161. Windows color (decimal): -5099380 or 9187506. OLE color: 9187506.

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

Color convert

RGB 178 48 140 -
CMYK 0 0.73 0.21 0.30
HSL 317.54º 0.58% 0.44% -
HSV(B) 317.54º 0.73% 0.7% -
XYZ 24.15 13.47 26.14 -
YUV 97.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 178 48 140 0 0.73 0.21 0.30 317.54 0.58 0.44
Hex B2 30 8C 0 49 15 1E 13E 3A 2C
Octal 262 60 214 0 111 25 36 476 72 54
Binary 10110010 110000 10001100 0 1001001 10101 11110 100111110 111010 101100

Color Harmonies of #B2308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2308C

Black with #B2308C

Text Example


Text Example

White with #B2308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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