Html Css Color HEX #B02683 Medium Red Violet

📋 copy color: '#B02683'

red 176 ◦ green 38 ◦ blue 131

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

Shades of Medium Red Violet #B02683

Tints of Medium Red Violet #B02683

RGB

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

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

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

R = 51.01%
G = 11.01%
B = 37.97%

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

#B02683 (or 0xB02683) is known color: Medium Red Violet. HEX triplet: B0, 26 and 83. RGB value is (176,38,131). Sum of RGB (Red+Green+Blue) = 176+38+131=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B02683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02683 is #4FD97C. Grayscale: #595959. Windows color (decimal): -5233021 or 8595120. OLE color: 8595120.

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

Color convert

RGB 176 38 131 -
CMYK 0 0.78 0.26 0.31
HSL 319.57º 0.64% 0.42% -
HSV(B) 319.57º 0.78% 0.69% -
XYZ 22.69 12.26 22.64 -
YUV 89.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 176 38 131 0 0.78 0.26 0.31 319.57 0.64 0.42
Hex B0 26 83 0 4E 1A 1F 140 40 2A
Octal 260 46 203 0 116 32 37 500 100 52
Binary 10110000 100110 10000011 0 1001110 11010 11111 101000000 1000000 101010

Color Harmonies of #B02683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02683

Black with #B02683

Text Example


Text Example

White with #B02683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02683; }

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

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

background-color css

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

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

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

border-color css

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

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

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