Html Css Color HEX #B3207D Medium Red Violet

📋 copy color: '#B3207D'

red 179 ◦ green 32 ◦ blue 125

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

Shades of Medium Red Violet #B3207D

Tints of Medium Red Violet #B3207D

RGB

 RED value IS 179 (70.31% from 255) = 53.27%

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 53.27%
G = 9.52%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3207D (or 0xB3207D) is known color: Medium Red Violet. HEX triplet: B3, 20 and 7D. RGB value is (179,32,125). Sum of RGB (Red+Green+Blue) = 179+32+125=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B3207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3207D is #4CDF82. Grayscale: #565656. Windows color (decimal): -5037955 or 8200371. OLE color: 8200371.

HSL color Cylindrical-coordinate representation of color #B3207D: hue angle of 322.04º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3207D is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 125 -
CMYK 0 0.82 0.30 0.30
HSL 322.04º 0.7% 0.41% -
HSV(B) 322.04º 0.82% 0.7% -
XYZ 22.81 12.1 20.53 -
YUV 86.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 179 32 125 0 0.82 0.30 0.30 322.04 0.7 0.41
Hex B3 20 7D 0 52 1E 1E 142 46 29
Octal 263 40 175 0 122 36 36 502 106 51
Binary 10110011 100000 1111101 0 1010010 11110 11110 101000010 1000110 101001

Color Harmonies of #B3207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3207D

Black with #B3207D

Text Example


Text Example

White with #B3207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3207D; }

 p { color: rgb(179,32,125); }

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

background-color css

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

 a { background-color: rgb(179,32,125); }

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

border-color css

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

 span { border-color: rgb(179,32,125); }

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