Html Css Color HEX #B15EFF Medium Orchid

📋 copy color: '#B15EFF'

red 177 ◦ green 94 ◦ blue 255

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

Shades of Medium Orchid #B15EFF

Tints of Medium Orchid #B15EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.87%

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

R = 33.65%
G = 17.87%
B = 48.48%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B15EFF (or 0xB15EFF) is known color: Medium Orchid. HEX triplet: B1, 5E and FF. RGB value is (177,94,255). Sum of RGB (Red+Green+Blue) = 177+94+255=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #B15EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EFF is #4EA100. Grayscale: #888888. Windows color (decimal): -5153025 or 16735921. OLE color: 16735921.

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

Color convert

RGB 177 94 255 -
CMYK 0.31 0.63 0 0
HSL 270.93º 1% 0.68% -
HSV(B) 270.93º 0.63% 1% -
XYZ 40.18 24.57 97.23 -
YUV 137.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 177 94 255 0.31 0.63 0 0 270.93 1 0.68
Hex B1 5E FF 1F 3F 0 0 10F 64 44
Octal 261 136 377 37 77 0 0 417 144 104
Binary 10110001 1011110 11111111 11111 111111 0 0 100001111 1100100 1000100

Color Harmonies of #B15EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15EFF

Black with #B15EFF

Text Example


Text Example

White with #B15EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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