Html Css Color HEX #B0407E Medium Red Violet

📋 copy color: '#B0407E'

red 176 ◦ green 64 ◦ blue 126

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

Shades of Medium Red Violet #B0407E

Tints of Medium Red Violet #B0407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 48.09%
G = 17.49%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0407E (or 0xB0407E) is known color: Medium Red Violet. HEX triplet: B0, 40 and 7E. RGB value is (176,64,126). Sum of RGB (Red+Green+Blue) = 176+64+126=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0407E is #4FBF81. Grayscale: #686868. Windows color (decimal): -5226370 or 8274096. OLE color: 8274096.

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

Color convert

RGB 176 64 126 -
CMYK 0 0.64 0.28 0.31
HSL 326.79º 0.47% 0.47% -
HSV(B) 326.79º 0.64% 0.69% -
XYZ 23.5 14.4 21.28 -
YUV 104.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 176 64 126 0 0.64 0.28 0.31 326.79 0.47 0.47
Hex B0 40 7E 0 40 1C 1F 147 2F 2F
Octal 260 100 176 0 100 34 37 507 57 57
Binary 10110000 1000000 1111110 0 1000000 11100 11111 101000111 101111 101111

Color Harmonies of #B0407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0407E

Black with #B0407E

Text Example


Text Example

White with #B0407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0407E; }

 p { color: rgb(176,64,126); }

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

background-color css

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

 a { background-color: rgb(176,64,126); }

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

border-color css

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

 span { border-color: rgb(176,64,126); }

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