Html Css Color HEX #B02C8D Medium Red Violet

📋 copy color: '#B02C8D'

red 176 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #B02C8D

Tints of Medium Red Violet #B02C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.19%

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

R = 48.75%
G = 12.19%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B02C8D (or 0xB02C8D) is known color: Medium Red Violet. HEX triplet: B0, 2C and 8D. RGB value is (176,44,141). Sum of RGB (Red+Green+Blue) = 176+44+141=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02C8D is #4FD372. Grayscale: #5E5E5E. Windows color (decimal): -5231475 or 9252016. OLE color: 9252016.

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

Color convert

RGB 176 44 141 -
CMYK 0 0.75 0.20 0.31
HSL 315.91º 0.6% 0.43% -
HSV(B) 315.91º 0.75% 0.69% -
XYZ 23.61 12.95 26.46 -
YUV 94.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 176 44 141 0 0.75 0.20 0.31 315.91 0.6 0.43
Hex B0 2C 8D 0 4B 14 1F 13C 3C 2B
Octal 260 54 215 0 113 24 37 474 74 53
Binary 10110000 101100 10001101 0 1001011 10100 11111 100111100 111100 101011

Color Harmonies of #B02C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C8D

Black with #B02C8D

Text Example


Text Example

White with #B02C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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