Html Css Color HEX #B2408F Medium Red Violet

📋 copy color: '#B2408F'

red 178 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #B2408F

Tints of Medium Red Violet #B2408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 46.23%
G = 16.62%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2408F (or 0xB2408F) is known color: Medium Red Violet. HEX triplet: B2, 40 and 8F. RGB value is (178,64,143). Sum of RGB (Red+Green+Blue) = 178+64+143=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2408F is #4DBF70. Grayscale: #6A6A6A. Windows color (decimal): -5095281 or 9388210. OLE color: 9388210.

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

Color convert

RGB 178 64 143 -
CMYK 0 0.64 0.20 0.30
HSL 318.42º 0.47% 0.47% -
HSV(B) 318.42º 0.64% 0.7% -
XYZ 25.15 15.11 27.58 -
YUV 107.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 178 64 143 0 0.64 0.20 0.30 318.42 0.47 0.47
Hex B2 40 8F 0 40 14 1E 13E 2F 2F
Octal 262 100 217 0 100 24 36 476 57 57
Binary 10110010 1000000 10001111 0 1000000 10100 11110 100111110 101111 101111

Color Harmonies of #B2408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2408F

Black with #B2408F

Text Example


Text Example

White with #B2408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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