Html Css Color HEX #B02E7D Medium Red Violet

📋 copy color: '#B02E7D'

red 176 ◦ green 46 ◦ blue 125

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

Shades of Medium Red Violet #B02E7D

Tints of Medium Red Violet #B02E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.26%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 50.72%
G = 13.26%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B02E7D (or 0xB02E7D) is known color: Medium Red Violet. HEX triplet: B0, 2E and 7D. RGB value is (176,46,125). Sum of RGB (Red+Green+Blue) = 176+46+125=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E7D is #4FD182. Grayscale: #5D5D5D. Windows color (decimal): -5230979 or 8203952. OLE color: 8203952.

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

Color convert

RGB 176 46 125 -
CMYK 0 0.74 0.29 0.31
HSL 323.54º 0.59% 0.44% -
HSV(B) 323.54º 0.74% 0.69% -
XYZ 22.58 12.66 20.66 -
YUV 93.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 176 46 125 0 0.74 0.29 0.31 323.54 0.59 0.44
Hex B0 2E 7D 0 4A 1D 1F 144 3B 2C
Octal 260 56 175 0 112 35 37 504 73 54
Binary 10110000 101110 1111101 0 1001010 11101 11111 101000100 111011 101100

Color Harmonies of #B02E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E7D

Black with #B02E7D

Text Example


Text Example

White with #B02E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E7D; }

 p { color: rgb(176,46,125); }

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

background-color css

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

 a { background-color: rgb(176,46,125); }

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

border-color css

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

 span { border-color: rgb(176,46,125); }

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