Html Css Color HEX #B7269A Medium Red Violet

📋 copy color: '#B7269A'

red 183 ◦ green 38 ◦ blue 154

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

Shades of Medium Red Violet #B7269A

Tints of Medium Red Violet #B7269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 48.8%
G = 10.13%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B7269A (or 0xB7269A) is known color: Medium Red Violet. HEX triplet: B7, 26 and 9A. RGB value is (183,38,154). Sum of RGB (Red+Green+Blue) = 183+38+154=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7269A is #48D965. Grayscale: #5E5E5E. Windows color (decimal): -4774246 or 10102455. OLE color: 10102455.

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

Color convert

RGB 183 38 154 -
CMYK 0 0.79 0.16 0.28
HSL 312º 0.66% 0.43% -
HSV(B) 312º 0.79% 0.72% -
XYZ 26.05 13.79 31.86 -
YUV 94.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 183 38 154 0 0.79 0.16 0.28 312 0.66 0.43
Hex B7 26 9A 0 4F 10 1C 138 42 2B
Octal 267 46 232 0 117 20 34 470 102 53
Binary 10110111 100110 10011010 0 1001111 10000 11100 100111000 1000010 101011

Color Harmonies of #B7269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7269A

Black with #B7269A

Text Example


Text Example

White with #B7269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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