Html Css Color HEX #B2308D Medium Red Violet

📋 copy color: '#B2308D'

red 178 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #B2308D

Tints of Medium Red Violet #B2308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 48.5%
G = 13.08%
B = 38.42%

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

#B2308D (or 0xB2308D) is known color: Medium Red Violet. HEX triplet: B2, 30 and 8D. RGB value is (178,48,141). Sum of RGB (Red+Green+Blue) = 178+48+141=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2308D is #4DCF72. Grayscale: #616161. Windows color (decimal): -5099379 or 9253042. OLE color: 9253042.

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

Color convert

RGB 178 48 141 -
CMYK 0 0.73 0.21 0.30
HSL 317.08º 0.58% 0.44% -
HSV(B) 317.08º 0.73% 0.7% -
XYZ 24.22 13.5 26.53 -
YUV 97.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 178 48 141 0 0.73 0.21 0.30 317.08 0.58 0.44
Hex B2 30 8D 0 49 15 1E 13D 3A 2C
Octal 262 60 215 0 111 25 36 475 72 54
Binary 10110010 110000 10001101 0 1001001 10101 11110 100111101 111010 101100

Color Harmonies of #B2308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2308D

Black with #B2308D

Text Example


Text Example

White with #B2308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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