Html Css Color HEX #B15AFE Medium Orchid

📋 copy color: '#B15AFE'

red 177 ◦ green 90 ◦ blue 254

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

Shades of Medium Orchid #B15AFE

Tints of Medium Orchid #B15AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 33.97%
G = 17.27%
B = 48.75%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B15AFE (or 0xB15AFE) is known color: Medium Orchid. HEX triplet: B1, 5A and FE. RGB value is (177,90,254). Sum of RGB (Red+Green+Blue) = 177+90+254=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B15AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AFE is #4EA501. Grayscale: #868686. Windows color (decimal): -5154050 or 16669361. OLE color: 16669361.

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

Color convert

RGB 177 90 254 -
CMYK 0.30 0.65 0 0.00
HSL 271.83º 0.99% 0.67% -
HSV(B) 271.83º 0.65% 1% -
XYZ 39.68 23.82 96.27 -
YUV 134.71 195.32 158.16 -
System Red Green Blue C M Y K H S L
Decimal 177 90 254 0.30 0.65 0 0.00 271.83 0.99 0.67
Hex B1 5A FE 1E 41 0 0 110 63 43
Octal 261 132 376 36 101 0 0 420 143 103
Binary 10110001 1011010 11111110 11110 1000001 0 0 100010000 1100011 1000011

Color Harmonies of #B15AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AFE

Black with #B15AFE

Text Example


Text Example

White with #B15AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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