Html Css Color HEX #B7268A Medium Red Violet

📋 copy color: '#B7268A'

red 183 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #B7268A

Tints of Medium Red Violet #B7268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 50.97%
G = 10.58%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7268A (or 0xB7268A) is known color: Medium Red Violet. HEX triplet: B7, 26 and 8A. RGB value is (183,38,138). Sum of RGB (Red+Green+Blue) = 183+38+138=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7268A is #48D975. Grayscale: #5C5C5C. Windows color (decimal): -4774262 or 9053879. OLE color: 9053879.

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

Color convert

RGB 183 38 138 -
CMYK 0 0.79 0.25 0.28
HSL 318.62º 0.66% 0.43% -
HSV(B) 318.62º 0.79% 0.72% -
XYZ 24.81 13.29 25.3 -
YUV 92.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 183 38 138 0 0.79 0.25 0.28 318.62 0.66 0.43
Hex B7 26 8A 0 4F 19 1C 13F 42 2B
Octal 267 46 212 0 117 31 34 477 102 53
Binary 10110111 100110 10001010 0 1001111 11001 11100 100111111 1000010 101011

Color Harmonies of #B7268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7268A

Black with #B7268A

Text Example


Text Example

White with #B7268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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