Html Css Color HEX #B150FF Medium Orchid

📋 copy color: '#B150FF'

red 177 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #B150FF

Tints of Medium Orchid #B150FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 34.57%
G = 15.63%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B150FF (or 0xB150FF) is known color: Medium Orchid. HEX triplet: B1, 50 and FF. RGB value is (177,80,255). Sum of RGB (Red+Green+Blue) = 177+80+255=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #B150FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150FF is #4EAF00. Grayscale: #808080. Windows color (decimal): -5156609 or 16732337. OLE color: 16732337.

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

Color convert

RGB 177 80 255 -
CMYK 0.31 0.69 0 0
HSL 273.26º 1% 0.66% -
HSV(B) 273.26º 0.69% 1% -
XYZ 39.05 22.3 96.85 -
YUV 128.95 199.14 162.27 -
System Red Green Blue C M Y K H S L
Decimal 177 80 255 0.31 0.69 0 0 273.26 1 0.66
Hex B1 50 FF 1F 45 0 0 111 64 42
Octal 261 120 377 37 105 0 0 421 144 102
Binary 10110001 1010000 11111111 11111 1000101 0 0 100010001 1100100 1000010

Color Harmonies of #B150FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150FF

Black with #B150FF

Text Example


Text Example

White with #B150FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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