Html Css Color HEX #B0268B Medium Red Violet

📋 copy color: '#B0268B'

red 176 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #B0268B

Tints of Medium Red Violet #B0268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 49.86%
G = 10.76%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0268B (or 0xB0268B) is known color: Medium Red Violet. HEX triplet: B0, 26 and 8B. RGB value is (176,38,139). Sum of RGB (Red+Green+Blue) = 176+38+139=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0268B is #4FD974. Grayscale: #5A5A5A. Windows color (decimal): -5233013 or 9119408. OLE color: 9119408.

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

Color convert

RGB 176 38 139 -
CMYK 0 0.78 0.21 0.31
HSL 316.09º 0.64% 0.42% -
HSV(B) 316.09º 0.78% 0.69% -
XYZ 23.26 12.48 25.61 -
YUV 90.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 176 38 139 0 0.78 0.21 0.31 316.09 0.64 0.42
Hex B0 26 8B 0 4E 15 1F 13C 40 2A
Octal 260 46 213 0 116 25 37 474 100 52
Binary 10110000 100110 10001011 0 1001110 10101 11111 100111100 1000000 101010

Color Harmonies of #B0268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0268B

Black with #B0268B

Text Example


Text Example

White with #B0268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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