Html Css Color HEX #B427A5 Medium Red Violet

📋 copy color: '#B427A5'

red 180 ◦ green 39 ◦ blue 165

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

Shades of Medium Red Violet #B427A5

Tints of Medium Red Violet #B427A5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.16%

 BLUE value IS 165 (64.84% from 255) = 42.97%

R = 46.88%
G = 10.16%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B427A5 (or 0xB427A5) is known color: Medium Red Violet. HEX triplet: B4, 27 and A5. RGB value is (180,39,165). Sum of RGB (Red+Green+Blue) = 180+39+165=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B427A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B427A5 is #4BD85A. Grayscale: #5F5F5F. Windows color (decimal): -4970587 or 10823604. OLE color: 10823604.

HSL color Cylindrical-coordinate representation of color #B427A5: hue angle of 306.38º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B427A5 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 39 165 -
CMYK 0 0.78 0.08 0.29
HSL 306.38º 0.64% 0.43% -
HSV(B) 306.38º 0.78% 0.71% -
XYZ 26.34 13.87 36.89 -
YUV 95.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 180 39 165 0 0.78 0.08 0.29 306.38 0.64 0.43
Hex B4 27 A5 0 4E 8 1D 132 40 2B
Octal 264 47 245 0 116 10 35 462 100 53
Binary 10110100 100111 10100101 0 1001110 1000 11101 100110010 1000000 101011

Color Harmonies of #B427A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B427A5

Black with #B427A5

Text Example


Text Example

White with #B427A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B427A5; }

 p { color: rgb(180,39,165); }

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

background-color css

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

 a { background-color: rgb(180,39,165); }

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

border-color css

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

 span { border-color: rgb(180,39,165); }

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