Html Css Color HEX #B02675 Medium Red Violet

📋 copy color: '#B02675'

red 176 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #B02675

Tints of Medium Red Violet #B02675

RGB

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

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

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

R = 53.17%
G = 11.48%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B02675 (or 0xB02675) is known color: Medium Red Violet. HEX triplet: B0, 26 and 75. RGB value is (176,38,117). Sum of RGB (Red+Green+Blue) = 176+38+117=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B02675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02675 is #4FD98A. Grayscale: #585858. Windows color (decimal): -5233035 or 7677616. OLE color: 7677616.

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

Color convert

RGB 176 38 117 -
CMYK 0 0.78 0.34 0.31
HSL 325.65º 0.64% 0.42% -
HSV(B) 325.65º 0.78% 0.69% -
XYZ 21.81 11.9 17.98 -
YUV 88.27 144.22 190.58 -
System Red Green Blue C M Y K H S L
Decimal 176 38 117 0 0.78 0.34 0.31 325.65 0.64 0.42
Hex B0 26 75 0 4E 22 1F 146 40 2A
Octal 260 46 165 0 116 42 37 506 100 52
Binary 10110000 100110 1110101 0 1001110 100010 11111 101000110 1000000 101010

Color Harmonies of #B02675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02675

Black with #B02675

Text Example


Text Example

White with #B02675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02675; }

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

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

background-color css

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

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

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

border-color css

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

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

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