Html Css Color HEX #B3027C Medium Violet Red

📋 copy color: '#B3027C'

red 179 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #B3027C

Tints of Medium Violet Red #B3027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 58.69%
G = 0.66%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3027C (or 0xB3027C) is known color: Medium Violet Red. HEX triplet: B3, 02 and 7C. RGB value is (179,2,124). Sum of RGB (Red+Green+Blue) = 179+2+124=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3027C is #4CFD83. Grayscale: #444444. Windows color (decimal): -5045636 or 8127155. OLE color: 8127155.

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

Color convert

RGB 179 2 124 -
CMYK 0 0.99 0.31 0.30
HSL 318.64º 0.98% 0.35% -
HSV(B) 318.64º 0.99% 0.7% -
XYZ 22.25 11.08 20.04 -
YUV 68.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 179 2 124 0 0.99 0.31 0.30 318.64 0.98 0.35
Hex B3 2 7C 0 63 1F 1E 13F 62 23
Octal 263 2 174 0 143 37 36 477 142 43
Binary 10110011 10 1111100 0 1100011 11111 11110 100111111 1100010 100011

Color Harmonies of #B3027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3027C

Black with #B3027C

Text Example


Text Example

White with #B3027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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