Html Css Color HEX #B15BFE Medium Orchid

📋 copy color: '#B15BFE'

red 177 ◦ green 91 ◦ blue 254

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

Shades of Medium Orchid #B15BFE

Tints of Medium Orchid #B15BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.43%

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

R = 33.91%
G = 17.43%
B = 48.66%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B15BFE (or 0xB15BFE) is known color: Medium Orchid. HEX triplet: B1, 5B and FE. RGB value is (177,91,254). Sum of RGB (Red+Green+Blue) = 177+91+254=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B15BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15BFE is #4EA401. Grayscale: #868686. Windows color (decimal): -5153794 or 16669617. OLE color: 16669617.

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

Color convert

RGB 177 91 254 -
CMYK 0.30 0.64 0 0.00
HSL 271.66º 0.99% 0.68% -
HSV(B) 271.66º 0.64% 1% -
XYZ 39.76 23.99 96.3 -
YUV 135.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 177 91 254 0.30 0.64 0 0.00 271.66 0.99 0.68
Hex B1 5B FE 1E 40 0 0 110 63 44
Octal 261 133 376 36 100 0 0 420 143 104
Binary 10110001 1011011 11111110 11110 1000000 0 0 100010000 1100011 1000100

Color Harmonies of #B15BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BFE

Black with #B15BFE

Text Example


Text Example

White with #B15BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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