Html Css Color HEX #B15FF8 Medium Orchid

📋 copy color: '#B15FF8'

red 177 ◦ green 95 ◦ blue 248

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

Shades of Medium Orchid #B15FF8

Tints of Medium Orchid #B15FF8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 34.04%
G = 18.27%
B = 47.69%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B15FF8 (or 0xB15FF8) is known color: Medium Orchid. HEX triplet: B1, 5F and F8. RGB value is (177,95,248). Sum of RGB (Red+Green+Blue) = 177+95+248=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #B15FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FF8 is #4EA007. Grayscale: #888888. Windows color (decimal): -5152776 or 16277425. OLE color: 16277425.

HSL color Cylindrical-coordinate representation of color #B15FF8: hue angle of 272.16º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15FF8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 95 248 -
CMYK 0.29 0.62 0 0.03
HSL 272.16º 0.92% 0.67% -
HSV(B) 272.16º 0.62% 0.97% -
XYZ 39.17 24.31 91.43 -
YUV 136.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 177 95 248 0.29 0.62 0 0.03 272.16 0.92 0.67
Hex B1 5F F8 1D 3E 0 3 110 5C 43
Octal 261 137 370 35 76 0 3 420 134 103
Binary 10110001 1011111 11111000 11101 111110 0 11 100010000 1011100 1000011

Color Harmonies of #B15FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FF8

Black with #B15FF8

Text Example


Text Example

White with #B15FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FF8; }

 p { color: rgb(177,95,248); }

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

background-color css

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

 a { background-color: rgb(177,95,248); }

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

border-color css

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

 span { border-color: rgb(177,95,248); }

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