Html Css Color HEX #B12CA4 Medium Red Violet

📋 copy color: '#B12CA4'

red 177 ◦ green 44 ◦ blue 164

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

Shades of Medium Red Violet #B12CA4

Tints of Medium Red Violet #B12CA4

RGB

 RED value IS 177 (69.53% from 255) = 45.97%

 GREEN value IS 44 (17.58% from 255) = 11.43%

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 45.97%
G = 11.43%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B12CA4 (or 0xB12CA4) is known color: Medium Red Violet. HEX triplet: B1, 2C and A4. RGB value is (177,44,164). Sum of RGB (Red+Green+Blue) = 177+44+164=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B12CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12CA4 is #4ED35B. Grayscale: #616161. Windows color (decimal): -5165916 or 10759345. OLE color: 10759345.

HSL color Cylindrical-coordinate representation of color #B12CA4: hue angle of 305.86º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12CA4 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 44 164 -
CMYK 0 0.75 0.07 0.31
HSL 305.86º 0.6% 0.43% -
HSV(B) 305.86º 0.75% 0.69% -
XYZ 25.73 13.83 36.43 -
YUV 97.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 177 44 164 0 0.75 0.07 0.31 305.86 0.6 0.43
Hex B1 2C A4 0 4B 7 1F 132 3C 2B
Octal 261 54 244 0 113 7 37 462 74 53
Binary 10110001 101100 10100100 0 1001011 111 11111 100110010 111100 101011

Color Harmonies of #B12CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CA4

Black with #B12CA4

Text Example


Text Example

White with #B12CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CA4; }

 p { color: rgb(177,44,164); }

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

background-color css

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

 a { background-color: rgb(177,44,164); }

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

border-color css

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

 span { border-color: rgb(177,44,164); }

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