Html Css Color HEX #B150F7 Medium Orchid

📋 copy color: '#B150F7'

red 177 ◦ green 80 ◦ blue 247

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

Shades of Medium Orchid #B150F7

Tints of Medium Orchid #B150F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 35.12%
G = 15.87%
B = 49.01%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B150F7 (or 0xB150F7) is known color: Medium Orchid. HEX triplet: B1, 50 and F7. RGB value is (177,80,247). Sum of RGB (Red+Green+Blue) = 177+80+247=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #B150F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150F7 is #4EAF08. Grayscale: #7F7F7F. Windows color (decimal): -5156617 or 16208049. OLE color: 16208049.

HSL color Cylindrical-coordinate representation of color #B150F7: hue angle of 274.85º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B150F7 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 80 247 -
CMYK 0.28 0.68 0 0.03
HSL 274.85º 0.91% 0.64% -
HSV(B) 274.85º 0.68% 0.97% -
XYZ 37.79 21.8 90.21 -
YUV 128.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 177 80 247 0.28 0.68 0 0.03 274.85 0.91 0.64
Hex B1 50 F7 1C 44 0 3 113 5B 40
Octal 261 120 367 34 104 0 3 423 133 100
Binary 10110001 1010000 11110111 11100 1000100 0 11 100010011 1011011 1000000

Color Harmonies of #B150F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150F7

Black with #B150F7

Text Example


Text Example

White with #B150F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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