Html Css Color HEX #B150FB Medium Orchid

📋 copy color: '#B150FB'

red 177 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #B150FB

Tints of Medium Orchid #B150FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 34.84%
G = 15.75%
B = 49.41%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B150FB (or 0xB150FB) is known color: Medium Orchid. HEX triplet: B1, 50 and FB. RGB value is (177,80,251). Sum of RGB (Red+Green+Blue) = 177+80+251=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #B150FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150FB is #4EAF04. Grayscale: #7F7F7F. Windows color (decimal): -5156613 or 16470193. OLE color: 16470193.

HSL color Cylindrical-coordinate representation of color #B150FB: hue angle of 274.04º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B150FB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 80 251 -
CMYK 0.29 0.68 0 0.02
HSL 274.04º 0.96% 0.65% -
HSV(B) 274.04º 0.68% 0.98% -
XYZ 38.41 22.05 93.5 -
YUV 128.5 197.14 162.6 -
System Red Green Blue C M Y K H S L
Decimal 177 80 251 0.29 0.68 0 0.02 274.04 0.96 0.65
Hex B1 50 FB 1D 44 0 2 112 60 41
Octal 261 120 373 35 104 0 2 422 140 101
Binary 10110001 1010000 11111011 11101 1000100 0 10 100010010 1100000 1000001

Color Harmonies of #B150FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150FB

Black with #B150FB

Text Example


Text Example

White with #B150FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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