Html Css Color HEX #B02C6F Medium Red Violet

📋 copy color: '#B02C6F'

red 176 ◦ green 44 ◦ blue 111

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

Shades of Medium Red Violet #B02C6F

Tints of Medium Red Violet #B02C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 53.17%
G = 13.29%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B02C6F (or 0xB02C6F) is known color: Medium Red Violet. HEX triplet: B0, 2C and 6F. RGB value is (176,44,111). Sum of RGB (Red+Green+Blue) = 176+44+111=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C6F is #4FD390. Grayscale: #5A5A5A. Windows color (decimal): -5231505 or 7285936. OLE color: 7285936.

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

Color convert

RGB 176 44 111 -
CMYK 0 0.75 0.37 0.31
HSL 329.55º 0.6% 0.43% -
HSV(B) 329.55º 0.75% 0.69% -
XYZ 21.67 12.18 16.25 -
YUV 91.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 176 44 111 0 0.75 0.37 0.31 329.55 0.6 0.43
Hex B0 2C 6F 0 4B 25 1F 14A 3C 2B
Octal 260 54 157 0 113 45 37 512 74 53
Binary 10110000 101100 1101111 0 1001011 100101 11111 101001010 111100 101011

Color Harmonies of #B02C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C6F

Black with #B02C6F

Text Example


Text Example

White with #B02C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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