Html Css Color HEX #B434A3 Medium Red Violet

📋 copy color: '#B434A3'

red 180 ◦ green 52 ◦ blue 163

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

Shades of Medium Red Violet #B434A3

Tints of Medium Red Violet #B434A3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

 BLUE value IS 163 (64.06% from 255) = 41.27%

R = 45.57%
G = 13.16%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B434A3 (or 0xB434A3) is known color: Medium Red Violet. HEX triplet: B4, 34 and A3. RGB value is (180,52,163). Sum of RGB (Red+Green+Blue) = 180+52+163=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B434A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434A3 is #4BCB5C. Grayscale: #666666. Windows color (decimal): -4967261 or 10695860. OLE color: 10695860.

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

Color convert

RGB 180 52 163 -
CMYK 0 0.71 0.09 0.29
HSL 307.97º 0.55% 0.45% -
HSV(B) 307.97º 0.71% 0.71% -
XYZ 26.66 14.8 36.1 -
YUV 102.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 180 52 163 0 0.71 0.09 0.29 307.97 0.55 0.45
Hex B4 34 A3 0 47 9 1D 134 37 2D
Octal 264 64 243 0 107 11 35 464 67 55
Binary 10110100 110100 10100011 0 1000111 1001 11101 100110100 110111 101101

Color Harmonies of #B434A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434A3

Black with #B434A3

Text Example


Text Example

White with #B434A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434A3; }

 p { color: rgb(180,52,163); }

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

background-color css

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

 a { background-color: rgb(180,52,163); }

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

border-color css

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

 span { border-color: rgb(180,52,163); }

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