Html Css Color HEX #B2438E Medium Red Violet

📋 copy color: '#B2438E'

red 178 ◦ green 67 ◦ blue 142

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

Shades of Medium Red Violet #B2438E

Tints of Medium Red Violet #B2438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 45.99%
G = 17.31%
B = 36.69%

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

#B2438E (or 0xB2438E) is known color: Medium Red Violet. HEX triplet: B2, 43 and 8E. RGB value is (178,67,142). Sum of RGB (Red+Green+Blue) = 178+67+142=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2438E is #4DBC71. Grayscale: #6C6C6C. Windows color (decimal): -5094514 or 9323442. OLE color: 9323442.

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

Color convert

RGB 178 67 142 -
CMYK 0 0.62 0.20 0.30
HSL 319.46º 0.45% 0.48% -
HSV(B) 319.46º 0.62% 0.7% -
XYZ 25.25 15.43 27.24 -
YUV 108.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 178 67 142 0 0.62 0.20 0.30 319.46 0.45 0.48
Hex B2 43 8E 0 3E 14 1E 13F 2D 30
Octal 262 103 216 0 76 24 36 477 55 60
Binary 10110010 1000011 10001110 0 111110 10100 11110 100111111 101101 110000

Color Harmonies of #B2438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2438E

Black with #B2438E

Text Example


Text Example

White with #B2438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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