Html Css Color HEX #B0268C Medium Red Violet

📋 copy color: '#B0268C'

red 176 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #B0268C

Tints of Medium Red Violet #B0268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 49.72%
G = 10.73%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0268C (or 0xB0268C) is known color: Medium Red Violet. HEX triplet: B0, 26 and 8C. RGB value is (176,38,140). Sum of RGB (Red+Green+Blue) = 176+38+140=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0268C is #4FD973. Grayscale: #5A5A5A. Windows color (decimal): -5233012 or 9184944. OLE color: 9184944.

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

Color convert

RGB 176 38 140 -
CMYK 0 0.78 0.20 0.31
HSL 315.65º 0.64% 0.42% -
HSV(B) 315.65º 0.78% 0.69% -
XYZ 23.33 12.51 26 -
YUV 90.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 176 38 140 0 0.78 0.20 0.31 315.65 0.64 0.42
Hex B0 26 8C 0 4E 14 1F 13C 40 2A
Octal 260 46 214 0 116 24 37 474 100 52
Binary 10110000 100110 10001100 0 1001110 10100 11111 100111100 1000000 101010

Color Harmonies of #B0268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0268C

Black with #B0268C

Text Example


Text Example

White with #B0268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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