Html Css Color HEX #B135A0 Medium Red Violet

📋 copy color: '#B135A0'

red 177 ◦ green 53 ◦ blue 160

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

Shades of Medium Red Violet #B135A0

Tints of Medium Red Violet #B135A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 45.38%
G = 13.59%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B135A0 (or 0xB135A0) is known color: Medium Red Violet. HEX triplet: B1, 35 and A0. RGB value is (177,53,160). Sum of RGB (Red+Green+Blue) = 177+53+160=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B135A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B135A0 is #4ECA5F. Grayscale: #656565. Windows color (decimal): -5163616 or 10499505. OLE color: 10499505.

HSL color Cylindrical-coordinate representation of color #B135A0: hue angle of 308.23º 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 #B135A0 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 160 -
CMYK 0 0.70 0.10 0.31
HSL 308.23º 0.54% 0.45% -
HSV(B) 308.23º 0.7% 0.69% -
XYZ 25.75 14.43 34.69 -
YUV 102.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 177 53 160 0 0.70 0.10 0.31 308.23 0.54 0.45
Hex B1 35 A0 0 46 A 1F 134 36 2D
Octal 261 65 240 0 106 12 37 464 66 55
Binary 10110001 110101 10100000 0 1000110 1010 11111 100110100 110110 101101

Color Harmonies of #B135A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B135A0

Black with #B135A0

Text Example


Text Example

White with #B135A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B135A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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