Html Css Color HEX #B02673 Medium Red Violet

📋 copy color: '#B02673'

red 176 ◦ green 38 ◦ blue 115

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

Shades of Medium Red Violet #B02673

Tints of Medium Red Violet #B02673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 53.5%
G = 11.55%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B02673 (or 0xB02673) is known color: Medium Red Violet. HEX triplet: B0, 26 and 73. RGB value is (176,38,115). Sum of RGB (Red+Green+Blue) = 176+38+115=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B02673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02673 is #4FD98C. Grayscale: #575757. Windows color (decimal): -5233037 or 7546544. OLE color: 7546544.

HSL color Cylindrical-coordinate representation of color #B02673: hue angle of 326.52º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02673 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 115 -
CMYK 0 0.78 0.35 0.31
HSL 326.52º 0.64% 0.42% -
HSV(B) 326.52º 0.78% 0.69% -
XYZ 21.69 11.85 17.36 -
YUV 88.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 176 38 115 0 0.78 0.35 0.31 326.52 0.64 0.42
Hex B0 26 73 0 4E 23 1F 147 40 2A
Octal 260 46 163 0 116 43 37 507 100 52
Binary 10110000 100110 1110011 0 1001110 100011 11111 101000111 1000000 101010

Color Harmonies of #B02673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02673

Black with #B02673

Text Example


Text Example

White with #B02673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02673; }

 p { color: rgb(176,38,115); }

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

background-color css

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

 a { background-color: rgb(176,38,115); }

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

border-color css

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

 span { border-color: rgb(176,38,115); }

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