Html Css Color HEX #B2438F Medium Red Violet

📋 copy color: '#B2438F'

red 178 ◦ green 67 ◦ blue 143

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

Shades of Medium Red Violet #B2438F

Tints of Medium Red Violet #B2438F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.27%

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

R = 45.88%
G = 17.27%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2438F (or 0xB2438F) is known color: Medium Red Violet. HEX triplet: B2, 43 and 8F. RGB value is (178,67,143). Sum of RGB (Red+Green+Blue) = 178+67+143=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2438F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2438F is #4DBC70. Grayscale: #6C6C6C. Windows color (decimal): -5094513 or 9388978. OLE color: 9388978.

HSL color Cylindrical-coordinate representation of color #B2438F: hue angle of 318.92º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2438F is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 143 -
CMYK 0 0.62 0.20 0.30
HSL 318.92º 0.45% 0.48% -
HSV(B) 318.92º 0.62% 0.7% -
XYZ 25.33 15.46 27.64 -
YUV 108.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 178 67 143 0 0.62 0.20 0.30 318.92 0.45 0.48
Hex B2 43 8F 0 3E 14 1E 13F 2D 30
Octal 262 103 217 0 76 24 36 477 55 60
Binary 10110010 1000011 10001111 0 111110 10100 11110 100111111 101101 110000

Color Harmonies of #B2438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2438F

Black with #B2438F

Text Example


Text Example

White with #B2438F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2438F; }

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

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

background-color css

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

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

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

border-color css

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

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

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