Html Css Color HEX #B03282 Medium Red Violet

📋 copy color: '#B03282'

red 176 ◦ green 50 ◦ blue 130

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

Shades of Medium Red Violet #B03282

Tints of Medium Red Violet #B03282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 49.44%
G = 14.04%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B03282 (or 0xB03282) is known color: Medium Red Violet. HEX triplet: B0, 32 and 82. RGB value is (176,50,130). Sum of RGB (Red+Green+Blue) = 176+50+130=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B03282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03282 is #4FCD7D. Grayscale: #606060. Windows color (decimal): -5229950 or 8532656. OLE color: 8532656.

HSL color Cylindrical-coordinate representation of color #B03282: hue angle of 321.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03282 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 130 -
CMYK 0 0.72 0.26 0.31
HSL 321.9º 0.56% 0.44% -
HSV(B) 321.9º 0.72% 0.69% -
XYZ 23.07 13.12 22.44 -
YUV 96.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 176 50 130 0 0.72 0.26 0.31 321.9 0.56 0.44
Hex B0 32 82 0 48 1A 1F 142 38 2C
Octal 260 62 202 0 110 32 37 502 70 54
Binary 10110000 110010 10000010 0 1001000 11010 11111 101000010 111000 101100

Color Harmonies of #B03282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03282

Black with #B03282

Text Example


Text Example

White with #B03282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03282; }

 p { color: rgb(176,50,130); }

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

background-color css

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

 a { background-color: rgb(176,50,130); }

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

border-color css

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

 span { border-color: rgb(176,50,130); }

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