Html Css Color HEX #B3027F Medium Violet Red

📋 copy color: '#B3027F'

red 179 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #B3027F

Tints of Medium Violet Red #B3027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 127 (50% from 255) = 41.23%

R = 58.12%
G = 0.65%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3027F (or 0xB3027F) is known color: Medium Violet Red. HEX triplet: B3, 02 and 7F. RGB value is (179,2,127). Sum of RGB (Red+Green+Blue) = 179+2+127=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3027F is #4CFD80. Grayscale: #444444. Windows color (decimal): -5045633 or 8323763. OLE color: 8323763.

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

Color convert

RGB 179 2 127 -
CMYK 0 0.99 0.29 0.30
HSL 317.63º 0.98% 0.35% -
HSV(B) 317.63º 0.99% 0.7% -
XYZ 22.44 11.16 21.05 -
YUV 69.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 179 2 127 0 0.99 0.29 0.30 317.63 0.98 0.35
Hex B3 2 7F 0 63 1D 1E 13E 62 23
Octal 263 2 177 0 143 35 36 476 142 43
Binary 10110011 10 1111111 0 1100011 11101 11110 100111110 1100010 100011

Color Harmonies of #B3027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3027F

Black with #B3027F

Text Example


Text Example

White with #B3027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3027F; }

 p { color: rgb(179,2,127); }

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

background-color css

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

 a { background-color: rgb(179,2,127); }

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

border-color css

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

 span { border-color: rgb(179,2,127); }

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