Html Css Color HEX #B7269B Medium Red Violet

📋 copy color: '#B7269B'

red 183 ◦ green 38 ◦ blue 155

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

Shades of Medium Red Violet #B7269B

Tints of Medium Red Violet #B7269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 48.67%
G = 10.11%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7269B (or 0xB7269B) is known color: Medium Red Violet. HEX triplet: B7, 26 and 9B. RGB value is (183,38,155). Sum of RGB (Red+Green+Blue) = 183+38+155=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7269B is #48D964. Grayscale: #5E5E5E. Windows color (decimal): -4774245 or 10167991. OLE color: 10167991.

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

Color convert

RGB 183 38 155 -
CMYK 0 0.79 0.15 0.28
HSL 311.59º 0.66% 0.43% -
HSV(B) 311.59º 0.79% 0.72% -
XYZ 26.14 13.82 32.3 -
YUV 94.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 183 38 155 0 0.79 0.15 0.28 311.59 0.66 0.43
Hex B7 26 9B 0 4F F 1C 138 42 2B
Octal 267 46 233 0 117 17 34 470 102 53
Binary 10110111 100110 10011011 0 1001111 1111 11100 100111000 1000010 101011

Color Harmonies of #B7269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7269B

Black with #B7269B

Text Example


Text Example

White with #B7269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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