Html Css Color HEX #B02A6E Medium Red Violet

📋 copy color: '#B02A6E'

red 176 ◦ green 42 ◦ blue 110

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

Shades of Medium Red Violet #B02A6E

Tints of Medium Red Violet #B02A6E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.8%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 53.66%
G = 12.8%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B02A6E (or 0xB02A6E) is known color: Medium Red Violet. HEX triplet: B0, 2A and 6E. RGB value is (176,42,110). Sum of RGB (Red+Green+Blue) = 176+42+110=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A6E is #4FD591. Grayscale: #595959. Windows color (decimal): -5232018 or 7219888. OLE color: 7219888.

HSL color Cylindrical-coordinate representation of color #B02A6E: hue angle of 329.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A6E is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 42 110 -
CMYK 0 0.76 0.37 0.31
HSL 329.55º 0.61% 0.43% -
HSV(B) 329.55º 0.76% 0.69% -
XYZ 21.55 12.01 15.93 -
YUV 89.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 176 42 110 0 0.76 0.37 0.31 329.55 0.61 0.43
Hex B0 2A 6E 0 4C 25 1F 14A 3D 2B
Octal 260 52 156 0 114 45 37 512 75 53
Binary 10110000 101010 1101110 0 1001100 100101 11111 101001010 111101 101011

Color Harmonies of #B02A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02A6E

Black with #B02A6E

Text Example


Text Example

White with #B02A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02A6E; }

 p { color: rgb(176,42,110); }

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

background-color css

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

 a { background-color: rgb(176,42,110); }

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

border-color css

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

 span { border-color: rgb(176,42,110); }

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