Html Css Color HEX #B135A4 Medium Red Violet

📋 copy color: '#B135A4'

red 177 ◦ green 53 ◦ blue 164

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

Shades of Medium Red Violet #B135A4

Tints of Medium Red Violet #B135A4

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.45%

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

R = 44.92%
G = 13.45%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B135A4 (or 0xB135A4) is known color: Medium Red Violet. HEX triplet: B1, 35 and A4. RGB value is (177,53,164). Sum of RGB (Red+Green+Blue) = 177+53+164=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B135A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B135A4 is #4ECA5B. Grayscale: #666666. Windows color (decimal): -5163612 or 10761649. OLE color: 10761649.

HSL color Cylindrical-coordinate representation of color #B135A4: hue angle of 306.29º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B135A4 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 164 -
CMYK 0 0.70 0.07 0.31
HSL 306.29º 0.54% 0.45% -
HSV(B) 306.29º 0.7% 0.69% -
XYZ 26.11 14.57 36.56 -
YUV 102.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 177 53 164 0 0.70 0.07 0.31 306.29 0.54 0.45
Hex B1 35 A4 0 46 7 1F 132 36 2D
Octal 261 65 244 0 106 7 37 462 66 55
Binary 10110001 110101 10100100 0 1000110 111 11111 100110010 110110 101101

Color Harmonies of #B135A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135A4

Black with #B135A4

Text Example


Text Example

White with #B135A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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