Html Css Color HEX #B02C7F Medium Red Violet

📋 copy color: '#B02C7F'

red 176 ◦ green 44 ◦ blue 127

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

Shades of Medium Red Violet #B02C7F

Tints of Medium Red Violet #B02C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 50.72%
G = 12.68%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B02C7F (or 0xB02C7F) is known color: Medium Red Violet. HEX triplet: B0, 2C and 7F. RGB value is (176,44,127). Sum of RGB (Red+Green+Blue) = 176+44+127=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C7F is #4FD380. Grayscale: #5C5C5C. Windows color (decimal): -5231489 or 8334512. OLE color: 8334512.

HSL color Cylindrical-coordinate representation of color #B02C7F: hue angle of 322.27º 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 #B02C7F is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 44 127 -
CMYK 0 0.75 0.28 0.31
HSL 322.27º 0.6% 0.43% -
HSV(B) 322.27º 0.75% 0.69% -
XYZ 22.64 12.56 21.31 -
YUV 92.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 176 44 127 0 0.75 0.28 0.31 322.27 0.6 0.43
Hex B0 2C 7F 0 4B 1C 1F 142 3C 2B
Octal 260 54 177 0 113 34 37 502 74 53
Binary 10110000 101100 1111111 0 1001011 11100 11111 101000010 111100 101011

Color Harmonies of #B02C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C7F

Black with #B02C7F

Text Example


Text Example

White with #B02C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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