Html Css Color HEX #B434A6 Medium Red Violet

📋 copy color: '#B434A6'

red 180 ◦ green 52 ◦ blue 166

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

Shades of Medium Red Violet #B434A6

Tints of Medium Red Violet #B434A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.71%

R = 45.23%
G = 13.07%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B434A6 (or 0xB434A6) is known color: Medium Red Violet. HEX triplet: B4, 34 and A6. RGB value is (180,52,166). Sum of RGB (Red+Green+Blue) = 180+52+166=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B434A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434A6 is #4BCB59. Grayscale: #666666. Windows color (decimal): -4967258 or 10892468. OLE color: 10892468.

HSL color Cylindrical-coordinate representation of color #B434A6: hue angle of 306.56º 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 #B434A6 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 52 166 -
CMYK 0 0.71 0.08 0.29
HSL 306.56º 0.55% 0.45% -
HSV(B) 306.56º 0.71% 0.71% -
XYZ 26.93 14.91 37.54 -
YUV 103.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 180 52 166 0 0.71 0.08 0.29 306.56 0.55 0.45
Hex B4 34 A6 0 47 8 1D 133 37 2D
Octal 264 64 246 0 107 10 35 463 67 55
Binary 10110100 110100 10100110 0 1000111 1000 11101 100110011 110111 101101

Color Harmonies of #B434A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434A6

Black with #B434A6

Text Example


Text Example

White with #B434A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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