Html Css Color HEX #B2407F Medium Red Violet

📋 copy color: '#B2407F'

red 178 ◦ green 64 ◦ blue 127

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

Shades of Medium Red Violet #B2407F

Tints of Medium Red Violet #B2407F

RGB

 RED value IS 178 (69.92% from 255) = 48.24%

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

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

R = 48.24%
G = 17.34%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2407F (or 0xB2407F) is known color: Medium Red Violet. HEX triplet: B2, 40 and 7F. RGB value is (178,64,127). Sum of RGB (Red+Green+Blue) = 178+64+127=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2407F is #4DBF80. Grayscale: #696969. Windows color (decimal): -5095297 or 8339634. OLE color: 8339634.

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

Color convert

RGB 178 64 127 -
CMYK 0 0.64 0.29 0.30
HSL 326.84º 0.47% 0.47% -
HSV(B) 326.84º 0.64% 0.7% -
XYZ 24.02 14.66 21.64 -
YUV 105.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 178 64 127 0 0.64 0.29 0.30 326.84 0.47 0.47
Hex B2 40 7F 0 40 1D 1E 147 2F 2F
Octal 262 100 177 0 100 35 36 507 57 57
Binary 10110010 1000000 1111111 0 1000000 11101 11110 101000111 101111 101111

Color Harmonies of #B2407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2407F

Black with #B2407F

Text Example


Text Example

White with #B2407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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