Html Css Color HEX #B02783 Medium Red Violet

📋 copy color: '#B02783'

red 176 ◦ green 39 ◦ blue 131

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

Shades of Medium Red Violet #B02783

Tints of Medium Red Violet #B02783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 50.87%
G = 11.27%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B02783 (or 0xB02783) is known color: Medium Red Violet. HEX triplet: B0, 27 and 83. RGB value is (176,39,131). Sum of RGB (Red+Green+Blue) = 176+39+131=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B02783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02783 is #4FD87C. Grayscale: #5A5A5A. Windows color (decimal): -5232765 or 8595376. OLE color: 8595376.

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

Color convert

RGB 176 39 131 -
CMYK 0 0.78 0.26 0.31
HSL 319.71º 0.64% 0.42% -
HSV(B) 319.71º 0.78% 0.69% -
XYZ 22.73 12.32 22.65 -
YUV 90.45 150.89 189.02 -
System Red Green Blue C M Y K H S L
Decimal 176 39 131 0 0.78 0.26 0.31 319.71 0.64 0.42
Hex B0 27 83 0 4E 1A 1F 140 40 2A
Octal 260 47 203 0 116 32 37 500 100 52
Binary 10110000 100111 10000011 0 1001110 11010 11111 101000000 1000000 101010

Color Harmonies of #B02783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02783

Black with #B02783

Text Example


Text Example

White with #B02783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02783; }

 p { color: rgb(176,39,131); }

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

background-color css

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

 a { background-color: rgb(176,39,131); }

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

border-color css

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

 span { border-color: rgb(176,39,131); }

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