Html Css Color HEX #B0269C Medium Red Violet

📋 copy color: '#B0269C'

red 176 ◦ green 38 ◦ blue 156

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

Shades of Medium Red Violet #B0269C

Tints of Medium Red Violet #B0269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 47.57%
G = 10.27%
B = 42.16%

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

#B0269C (or 0xB0269C) is known color: Medium Red Violet. HEX triplet: B0, 26 and 9C. RGB value is (176,38,156). Sum of RGB (Red+Green+Blue) = 176+38+156=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0269C is #4FD963. Grayscale: #5C5C5C. Windows color (decimal): -5232996 or 10233520. OLE color: 10233520.

HSL color Cylindrical-coordinate representation of color #B0269C: hue angle of 308.7º 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 #B0269C is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 156 -
CMYK 0 0.78 0.11 0.31
HSL 308.7º 0.64% 0.42% -
HSV(B) 308.7º 0.78% 0.69% -
XYZ 24.6 13.02 32.67 -
YUV 92.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 176 38 156 0 0.78 0.11 0.31 308.7 0.64 0.42
Hex B0 26 9C 0 4E B 1F 135 40 2A
Octal 260 46 234 0 116 13 37 465 100 52
Binary 10110000 100110 10011100 0 1001110 1011 11111 100110101 1000000 101010

Color Harmonies of #B0269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0269C

Black with #B0269C

Text Example


Text Example

White with #B0269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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