Html Css Color HEX #B7268F Medium Red Violet

📋 copy color: '#B7268F'

red 183 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #B7268F

Tints of Medium Red Violet #B7268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.29%

R = 50.27%
G = 10.44%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7268F (or 0xB7268F) is known color: Medium Red Violet. HEX triplet: B7, 26 and 8F. RGB value is (183,38,143). Sum of RGB (Red+Green+Blue) = 183+38+143=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7268F is #48D970. Grayscale: #5D5D5D. Windows color (decimal): -4774257 or 9381559. OLE color: 9381559.

HSL color Cylindrical-coordinate representation of color #B7268F: hue angle of 316.55º 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 #B7268F is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 143 -
CMYK 0 0.79 0.22 0.28
HSL 316.55º 0.66% 0.43% -
HSV(B) 316.55º 0.79% 0.72% -
XYZ 25.18 13.44 27.25 -
YUV 93.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 183 38 143 0 0.79 0.22 0.28 316.55 0.66 0.43
Hex B7 26 8F 0 4F 16 1C 13D 42 2B
Octal 267 46 217 0 117 26 34 475 102 53
Binary 10110111 100110 10001111 0 1001111 10110 11100 100111101 1000010 101011

Color Harmonies of #B7268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7268F

Black with #B7268F

Text Example


Text Example

White with #B7268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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