Html Css Color HEX #B03283 Medium Red Violet

📋 copy color: '#B03283'

red 176 ◦ green 50 ◦ blue 131

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

Shades of Medium Red Violet #B03283

Tints of Medium Red Violet #B03283

RGB

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

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

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

R = 49.3%
G = 14.01%
B = 36.69%

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

#B03283 (or 0xB03283) is known color: Medium Red Violet. HEX triplet: B0, 32 and 83. RGB value is (176,50,131). Sum of RGB (Red+Green+Blue) = 176+50+131=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B03283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03283 is #4FCD7C. Grayscale: #606060. Windows color (decimal): -5229949 or 8598192. OLE color: 8598192.

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

Color convert

RGB 176 50 131 -
CMYK 0 0.72 0.26 0.31
HSL 321.43º 0.56% 0.44% -
HSV(B) 321.43º 0.72% 0.69% -
XYZ 23.14 13.15 22.79 -
YUV 96.91 147.24 184.41 -
System Red Green Blue C M Y K H S L
Decimal 176 50 131 0 0.72 0.26 0.31 321.43 0.56 0.44
Hex B0 32 83 0 48 1A 1F 141 38 2C
Octal 260 62 203 0 110 32 37 501 70 54
Binary 10110000 110010 10000011 0 1001000 11010 11111 101000001 111000 101100

Color Harmonies of #B03283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03283

Black with #B03283

Text Example


Text Example

White with #B03283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03283; }

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

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

background-color css

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

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

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

border-color css

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

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

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