Html Css Color HEX #B7267F Medium Red Violet

📋 copy color: '#B7267F'

red 183 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #B7267F

Tints of Medium Red Violet #B7267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 52.59%
G = 10.92%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7267F (or 0xB7267F) is known color: Medium Red Violet. HEX triplet: B7, 26 and 7F. RGB value is (183,38,127). Sum of RGB (Red+Green+Blue) = 183+38+127=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7267F is #48D980. Grayscale: #5B5B5B. Windows color (decimal): -4774273 or 8332983. OLE color: 8332983.

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

Color convert

RGB 183 38 127 -
CMYK 0 0.79 0.31 0.28
HSL 323.17º 0.66% 0.43% -
HSV(B) 323.17º 0.79% 0.72% -
XYZ 24.05 12.99 21.32 -
YUV 91.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 183 38 127 0 0.79 0.31 0.28 323.17 0.66 0.43
Hex B7 26 7F 0 4F 1F 1C 143 42 2B
Octal 267 46 177 0 117 37 34 503 102 53
Binary 10110111 100110 1111111 0 1001111 11111 11100 101000011 1000010 101011

Color Harmonies of #B7267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7267F

Black with #B7267F

Text Example


Text Example

White with #B7267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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