Html Css Color HEX #B43CA4 Medium Red Violet

📋 copy color: '#B43CA4'

red 180 ◦ green 60 ◦ blue 164

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

Shades of Medium Red Violet #B43CA4

Tints of Medium Red Violet #B43CA4

RGB

 RED value IS 180 (70.7% from 255) = 44.55%

 GREEN value IS 60 (23.83% from 255) = 14.85%

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

R = 44.55%
G = 14.85%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B43CA4 (or 0xB43CA4) is known color: Medium Red Violet. HEX triplet: B4, 3C and A4. RGB value is (180,60,164). Sum of RGB (Red+Green+Blue) = 180+60+164=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B43CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43CA4 is #4BC35B. Grayscale: #6B6B6B. Windows color (decimal): -4965212 or 10763444. OLE color: 10763444.

HSL color Cylindrical-coordinate representation of color #B43CA4: hue angle of 308º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43CA4 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 60 164 -
CMYK 0 0.67 0.09 0.29
HSL 308º 0.5% 0.47% -
HSV(B) 308º 0.67% 0.71% -
XYZ 27.14 15.62 36.71 -
YUV 107.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 180 60 164 0 0.67 0.09 0.29 308 0.5 0.47
Hex B4 3C A4 0 43 9 1D 134 32 2F
Octal 264 74 244 0 103 11 35 464 62 57
Binary 10110100 111100 10100100 0 1000011 1001 11101 100110100 110010 101111

Color Harmonies of #B43CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CA4

Black with #B43CA4

Text Example


Text Example

White with #B43CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CA4; }

 p { color: rgb(180,60,164); }

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

background-color css

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

 a { background-color: rgb(180,60,164); }

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

border-color css

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

 span { border-color: rgb(180,60,164); }

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