Html Css Color HEX #B2278F Medium Red Violet

📋 copy color: '#B2278F'

red 178 ◦ green 39 ◦ blue 143

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

Shades of Medium Red Violet #B2278F

Tints of Medium Red Violet #B2278F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

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

R = 49.44%
G = 10.83%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2278F (or 0xB2278F) is known color: Medium Red Violet. HEX triplet: B2, 27 and 8F. RGB value is (178,39,143). Sum of RGB (Red+Green+Blue) = 178+39+143=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2278F is #4DD870. Grayscale: #5C5C5C. Windows color (decimal): -5101681 or 9381810. OLE color: 9381810.

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

Color convert

RGB 178 39 143 -
CMYK 0 0.78 0.20 0.30
HSL 315.11º 0.64% 0.43% -
HSV(B) 315.11º 0.78% 0.7% -
XYZ 24.04 12.9 27.21 -
YUV 92.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 178 39 143 0 0.78 0.20 0.30 315.11 0.64 0.43
Hex B2 27 8F 0 4E 14 1E 13B 40 2B
Octal 262 47 217 0 116 24 36 473 100 53
Binary 10110010 100111 10001111 0 1001110 10100 11110 100111011 1000000 101011

Color Harmonies of #B2278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2278F

Black with #B2278F

Text Example


Text Example

White with #B2278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2278F; }

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

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

background-color css

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

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

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

border-color css

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

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

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