Html Css Color HEX #B02075 Medium Red Violet

📋 copy color: '#B02075'

red 176 ◦ green 32 ◦ blue 117

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

Shades of Medium Red Violet #B02075

Tints of Medium Red Violet #B02075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 54.15%
G = 9.85%
B = 36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B02075 (or 0xB02075) is known color: Medium Red Violet. HEX triplet: B0, 20 and 75. RGB value is (176,32,117). Sum of RGB (Red+Green+Blue) = 176+32+117=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B02075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02075 is #4FDF8A. Grayscale: #545454. Windows color (decimal): -5234571 or 7676080. OLE color: 7676080.

HSL color Cylindrical-coordinate representation of color #B02075: hue angle of 324.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02075 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 117 -
CMYK 0 0.82 0.34 0.31
HSL 324.58º 0.69% 0.41% -
HSV(B) 324.58º 0.82% 0.69% -
XYZ 21.63 11.55 17.92 -
YUV 84.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 176 32 117 0 0.82 0.34 0.31 324.58 0.69 0.41
Hex B0 20 75 0 52 22 1F 145 45 29
Octal 260 40 165 0 122 42 37 505 105 51
Binary 10110000 100000 1110101 0 1010010 100010 11111 101000101 1000101 101001

Color Harmonies of #B02075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02075

Black with #B02075

Text Example


Text Example

White with #B02075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02075; }

 p { color: rgb(176,32,117); }

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

background-color css

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

 a { background-color: rgb(176,32,117); }

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

border-color css

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

 span { border-color: rgb(176,32,117); }

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