Html Css Color HEX #B0407F Medium Red Violet

📋 copy color: '#B0407F'

red 176 ◦ green 64 ◦ blue 127

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

Shades of Medium Red Violet #B0407F

Tints of Medium Red Violet #B0407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 47.96%
G = 17.44%
B = 34.6%

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

#B0407F (or 0xB0407F) is known color: Medium Red Violet. HEX triplet: B0, 40 and 7F. RGB value is (176,64,127). Sum of RGB (Red+Green+Blue) = 176+64+127=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0407F is #4FBF80. Grayscale: #686868. Windows color (decimal): -5226369 or 8339632. OLE color: 8339632.

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

Color convert

RGB 176 64 127 -
CMYK 0 0.64 0.28 0.31
HSL 326.25º 0.47% 0.47% -
HSV(B) 326.25º 0.64% 0.69% -
XYZ 23.57 14.43 21.62 -
YUV 104.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 176 64 127 0 0.64 0.28 0.31 326.25 0.47 0.47
Hex B0 40 7F 0 40 1C 1F 146 2F 2F
Octal 260 100 177 0 100 34 37 506 57 57
Binary 10110000 1000000 1111111 0 1000000 11100 11111 101000110 101111 101111

Color Harmonies of #B0407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0407F

Black with #B0407F

Text Example


Text Example

White with #B0407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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