Html Css Color HEX #B0269D Medium Red Violet

📋 copy color: '#B0269D'

red 176 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #B0269D

Tints of Medium Red Violet #B0269D

RGB

 RED value IS 176 (69.14% from 255) = 47.44%

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

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 47.44%
G = 10.24%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0269D (or 0xB0269D) is known color: Medium Red Violet. HEX triplet: B0, 26 and 9D. RGB value is (176,38,157). Sum of RGB (Red+Green+Blue) = 176+38+157=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0269D is #4FD962. Grayscale: #5C5C5C. Windows color (decimal): -5232995 or 10299056. OLE color: 10299056.

HSL color Cylindrical-coordinate representation of color #B0269D: hue angle of 308.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0269D is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 157 -
CMYK 0 0.78 0.11 0.31
HSL 308.26º 0.64% 0.42% -
HSV(B) 308.26º 0.78% 0.69% -
XYZ 24.68 13.05 33.12 -
YUV 92.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 176 38 157 0 0.78 0.11 0.31 308.26 0.64 0.42
Hex B0 26 9D 0 4E B 1F 134 40 2A
Octal 260 46 235 0 116 13 37 464 100 52
Binary 10110000 100110 10011101 0 1001110 1011 11111 100110100 1000000 101010

Color Harmonies of #B0269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0269D

Black with #B0269D

Text Example


Text Example

White with #B0269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0269D; }

 p { color: rgb(176,38,157); }

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

background-color css

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

 a { background-color: rgb(176,38,157); }

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

border-color css

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

 span { border-color: rgb(176,38,157); }

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