Html Css Color HEX #B15AFF Medium Orchid

📋 copy color: '#B15AFF'

red 177 ◦ green 90 ◦ blue 255

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

Shades of Medium Orchid #B15AFF

Tints of Medium Orchid #B15AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.24%

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

R = 33.91%
G = 17.24%
B = 48.85%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B15AFF (or 0xB15AFF) is known color: Medium Orchid. HEX triplet: B1, 5A and FF. RGB value is (177,90,255). Sum of RGB (Red+Green+Blue) = 177+90+255=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #B15AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AFF is #4EA500. Grayscale: #868686. Windows color (decimal): -5154049 or 16734897. OLE color: 16734897.

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

Color convert

RGB 177 90 255 -
CMYK 0.31 0.65 0 0
HSL 271.64º 1% 0.68% -
HSV(B) 271.64º 0.65% 1% -
XYZ 39.84 23.88 97.12 -
YUV 134.82 195.82 158.08 -
System Red Green Blue C M Y K H S L
Decimal 177 90 255 0.31 0.65 0 0 271.64 1 0.68
Hex B1 5A FF 1F 41 0 0 110 64 44
Octal 261 132 377 37 101 0 0 420 144 104
Binary 10110001 1011010 11111111 11111 1000001 0 0 100010000 1100100 1000100

Color Harmonies of #B15AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AFF

Black with #B15AFF

Text Example


Text Example

White with #B15AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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