Html Css Color HEX #B2279D Medium Red Violet

📋 copy color: '#B2279D'

red 178 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #B2279D

Tints of Medium Red Violet #B2279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 47.59%
G = 10.43%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2279D (or 0xB2279D) is known color: Medium Red Violet. HEX triplet: B2, 27 and 9D. RGB value is (178,39,157). Sum of RGB (Red+Green+Blue) = 178+39+157=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2279D is #4DD862. Grayscale: #5D5D5D. Windows color (decimal): -5101667 or 10299314. OLE color: 10299314.

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

Color convert

RGB 178 39 157 -
CMYK 0 0.78 0.12 0.30
HSL 309.06º 0.64% 0.43% -
HSV(B) 309.06º 0.78% 0.7% -
XYZ 25.17 13.35 33.15 -
YUV 94.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 178 39 157 0 0.78 0.12 0.30 309.06 0.64 0.43
Hex B2 27 9D 0 4E C 1E 135 40 2B
Octal 262 47 235 0 116 14 36 465 100 53
Binary 10110010 100111 10011101 0 1001110 1100 11110 100110101 1000000 101011

Color Harmonies of #B2279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2279D

Black with #B2279D

Text Example


Text Example

White with #B2279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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