Html Css Color HEX #B0308D Medium Red Violet

📋 copy color: '#B0308D'

red 176 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #B0308D

Tints of Medium Red Violet #B0308D

RGB

 RED value IS 176 (69.14% from 255) = 48.22%

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

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

R = 48.22%
G = 13.15%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0308D (or 0xB0308D) is known color: Medium Red Violet. HEX triplet: B0, 30 and 8D. RGB value is (176,48,141). Sum of RGB (Red+Green+Blue) = 176+48+141=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0308D is #4FCF72. Grayscale: #606060. Windows color (decimal): -5230451 or 9253040. OLE color: 9253040.

HSL color Cylindrical-coordinate representation of color #B0308D: hue angle of 316.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0308D is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 141 -
CMYK 0 0.73 0.20 0.31
HSL 316.41º 0.57% 0.44% -
HSV(B) 316.41º 0.73% 0.69% -
XYZ 23.77 13.27 26.51 -
YUV 96.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 176 48 141 0 0.73 0.20 0.31 316.41 0.57 0.44
Hex B0 30 8D 0 49 14 1F 13C 39 2C
Octal 260 60 215 0 111 24 37 474 71 54
Binary 10110000 110000 10001101 0 1001001 10100 11111 100111100 111001 101100

Color Harmonies of #B0308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0308D

Black with #B0308D

Text Example


Text Example

White with #B0308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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