Html Css Color HEX #B0027F Medium Violet Red

📋 copy color: '#B0027F'

red 176 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #B0027F

Tints of Medium Violet Red #B0027F

RGB

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

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

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

R = 57.7%
G = 0.66%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0027F (or 0xB0027F) is known color: Medium Violet Red. HEX triplet: B0, 02 and 7F. RGB value is (176,2,127). Sum of RGB (Red+Green+Blue) = 176+2+127=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0027F is #4FFD80. Grayscale: #434343. Windows color (decimal): -5242241 or 8323760. OLE color: 8323760.

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

Color convert

RGB 176 2 127 -
CMYK 0 0.99 0.28 0.31
HSL 316.9º 0.98% 0.35% -
HSV(B) 316.9º 0.99% 0.69% -
XYZ 21.76 10.81 21.02 -
YUV 68.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 176 2 127 0 0.99 0.28 0.31 316.9 0.98 0.35
Hex B0 2 7F 0 63 1C 1F 13D 62 23
Octal 260 2 177 0 143 34 37 475 142 43
Binary 10110000 10 1111111 0 1100011 11100 11111 100111101 1100010 100011

Color Harmonies of #B0027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0027F

Black with #B0027F

Text Example


Text Example

White with #B0027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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