Html Css Color HEX #B2409C Medium Red Violet

📋 copy color: '#B2409C'

red 178 ◦ green 64 ◦ blue 156

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

Shades of Medium Red Violet #B2409C

Tints of Medium Red Violet #B2409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 44.72%
G = 16.08%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2409C (or 0xB2409C) is known color: Medium Red Violet. HEX triplet: B2, 40 and 9C. RGB value is (178,64,156). Sum of RGB (Red+Green+Blue) = 178+64+156=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2409C is #4DBF63. Grayscale: #6C6C6C. Windows color (decimal): -5095268 or 10240178. OLE color: 10240178.

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

Color convert

RGB 178 64 156 -
CMYK 0 0.64 0.12 0.30
HSL 311.58º 0.47% 0.47% -
HSV(B) 311.58º 0.64% 0.7% -
XYZ 26.19 15.53 33.07 -
YUV 108.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 178 64 156 0 0.64 0.12 0.30 311.58 0.47 0.47
Hex B2 40 9C 0 40 C 1E 138 2F 2F
Octal 262 100 234 0 100 14 36 470 57 57
Binary 10110010 1000000 10011100 0 1000000 1100 11110 100111000 101111 101111

Color Harmonies of #B2409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2409C

Black with #B2409C

Text Example


Text Example

White with #B2409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2409C; }

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

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

background-color css

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

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

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

border-color css

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

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

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