Html Css Color HEX #B150C3 Medium Orchid

📋 copy color: '#B150C3'

red 177 ◦ green 80 ◦ blue 195

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

Shades of Medium Orchid #B150C3

Tints of Medium Orchid #B150C3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

 BLUE value IS 195 (76.56% from 255) = 43.14%

R = 39.16%
G = 17.7%
B = 43.14%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B150C3 (or 0xB150C3) is known color: Medium Orchid. HEX triplet: B1, 50 and C3. RGB value is (177,80,195). Sum of RGB (Red+Green+Blue) = 177+80+195=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #B150C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150C3 is #4EAF3C. Grayscale: #797979. Windows color (decimal): -5156669 or 12800177. OLE color: 12800177.

HSL color Cylindrical-coordinate representation of color #B150C3: hue angle of 290.61º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B150C3 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 80 195 -
CMYK 0.09 0.59 0 0.24
HSL 290.61º 0.49% 0.54% -
HSV(B) 290.61º 0.59% 0.76% -
XYZ 30.85 19.02 53.68 -
YUV 122.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 177 80 195 0.09 0.59 0 0.24 290.61 0.49 0.54
Hex B1 50 C3 9 3B 0 18 123 31 36
Octal 261 120 303 11 73 0 30 443 61 66
Binary 10110001 1010000 11000011 1001 111011 0 11000 100100011 110001 110110

Color Harmonies of #B150C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150C3

Black with #B150C3

Text Example


Text Example

White with #B150C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150C3; }

 p { color: rgb(177,80,195); }

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

background-color css

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

 a { background-color: rgb(177,80,195); }

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

border-color css

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

 span { border-color: rgb(177,80,195); }

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