Html Css Color HEX #B7027F Medium Violet Red

📋 copy color: '#B7027F'

red 183 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #B7027F

Tints of Medium Violet Red #B7027F

RGB

 RED value IS 183 (71.88% from 255) = 58.65%

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

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

R = 58.65%
G = 0.64%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7027F (or 0xB7027F) is known color: Medium Violet Red. HEX triplet: B7, 02 and 7F. RGB value is (183,2,127). Sum of RGB (Red+Green+Blue) = 183+2+127=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7027F is #48FD80. Grayscale: #464646. Windows color (decimal): -4783489 or 8323767. OLE color: 8323767.

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

Color convert

RGB 183 2 127 -
CMYK 0 0.99 0.31 0.28
HSL 318.56º 0.98% 0.36% -
HSV(B) 318.56º 0.99% 0.72% -
XYZ 23.38 11.64 21.09 -
YUV 70.37 159.97 208.34 -
System Red Green Blue C M Y K H S L
Decimal 183 2 127 0 0.99 0.31 0.28 318.56 0.98 0.36
Hex B7 2 7F 0 63 1F 1C 13F 62 24
Octal 267 2 177 0 143 37 34 477 142 44
Binary 10110111 10 1111111 0 1100011 11111 11100 100111111 1100010 100100

Color Harmonies of #B7027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7027F

Black with #B7027F

Text Example


Text Example

White with #B7027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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