Html Css Color HEX #B0268A Medium Red Violet

📋 copy color: '#B0268A'

red 176 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #B0268A

Tints of Medium Red Violet #B0268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 50%
G = 10.8%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0268A (or 0xB0268A) is known color: Medium Red Violet. HEX triplet: B0, 26 and 8A. RGB value is (176,38,138). Sum of RGB (Red+Green+Blue) = 176+38+138=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0268A is #4FD975. Grayscale: #5A5A5A. Windows color (decimal): -5233014 or 9053872. OLE color: 9053872.

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

Color convert

RGB 176 38 138 -
CMYK 0 0.78 0.22 0.31
HSL 316.52º 0.64% 0.42% -
HSV(B) 316.52º 0.78% 0.69% -
XYZ 23.19 12.45 25.23 -
YUV 90.66 154.72 188.87 -
System Red Green Blue C M Y K H S L
Decimal 176 38 138 0 0.78 0.22 0.31 316.52 0.64 0.42
Hex B0 26 8A 0 4E 16 1F 13D 40 2A
Octal 260 46 212 0 116 26 37 475 100 52
Binary 10110000 100110 10001010 0 1001110 10110 11111 100111101 1000000 101010

Color Harmonies of #B0268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0268A

Black with #B0268A

Text Example


Text Example

White with #B0268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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