Html Css Color HEX #B133A2 Medium Red Violet

📋 copy color: '#B133A2'

red 177 ◦ green 51 ◦ blue 162

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

Shades of Medium Red Violet #B133A2

Tints of Medium Red Violet #B133A2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.08%

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 45.38%
G = 13.08%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B133A2 (or 0xB133A2) is known color: Medium Red Violet. HEX triplet: B1, 33 and A2. RGB value is (177,51,162). Sum of RGB (Red+Green+Blue) = 177+51+162=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B133A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B133A2 is #4ECC5D. Grayscale: #656565. Windows color (decimal): -5164126 or 10630065. OLE color: 10630065.

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

Color convert

RGB 177 51 162 -
CMYK 0 0.71 0.08 0.31
HSL 307.14º 0.55% 0.45% -
HSV(B) 307.14º 0.71% 0.69% -
XYZ 25.84 14.32 35.59 -
YUV 101.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 177 51 162 0 0.71 0.08 0.31 307.14 0.55 0.45
Hex B1 33 A2 0 47 8 1F 133 37 2D
Octal 261 63 242 0 107 10 37 463 67 55
Binary 10110001 110011 10100010 0 1000111 1000 11111 100110011 110111 101101

Color Harmonies of #B133A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133A2

Black with #B133A2

Text Example


Text Example

White with #B133A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133A2; }

 p { color: rgb(177,51,162); }

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

background-color css

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

 a { background-color: rgb(177,51,162); }

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

border-color css

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

 span { border-color: rgb(177,51,162); }

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