Html Css Color HEX #B3207B Medium Red Violet

📋 copy color: '#B3207B'

red 179 ◦ green 32 ◦ blue 123

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

Shades of Medium Red Violet #B3207B

Tints of Medium Red Violet #B3207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 53.59%
G = 9.58%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3207B (or 0xB3207B) is known color: Medium Red Violet. HEX triplet: B3, 20 and 7B. RGB value is (179,32,123). Sum of RGB (Red+Green+Blue) = 179+32+123=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B3207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3207B is #4CDF84. Grayscale: #565656. Windows color (decimal): -5037957 or 8069299. OLE color: 8069299.

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

Color convert

RGB 179 32 123 -
CMYK 0 0.82 0.31 0.30
HSL 322.86º 0.7% 0.41% -
HSV(B) 322.86º 0.82% 0.7% -
XYZ 22.68 12.05 19.87 -
YUV 86.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 179 32 123 0 0.82 0.31 0.30 322.86 0.7 0.41
Hex B3 20 7B 0 52 1F 1E 143 46 29
Octal 263 40 173 0 122 37 36 503 106 51
Binary 10110011 100000 1111011 0 1010010 11111 11110 101000011 1000110 101001

Color Harmonies of #B3207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3207B

Black with #B3207B

Text Example


Text Example

White with #B3207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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