Html Css Color HEX #B15FE6 Medium Orchid

📋 copy color: '#B15FE6'

red 177 ◦ green 95 ◦ blue 230

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

Shades of Medium Orchid #B15FE6

Tints of Medium Orchid #B15FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 35.26%
G = 18.92%
B = 45.82%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B15FE6 (or 0xB15FE6) is known color: Medium Orchid. HEX triplet: B1, 5F and E6. RGB value is (177,95,230). Sum of RGB (Red+Green+Blue) = 177+95+230=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #B15FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FE6 is #4EA019. Grayscale: #868686. Windows color (decimal): -5152794 or 15097777. OLE color: 15097777.

HSL color Cylindrical-coordinate representation of color #B15FE6: hue angle of 276.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15FE6 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 95 230 -
CMYK 0.23 0.59 0 0.10
HSL 276.44º 0.73% 0.64% -
HSV(B) 276.44º 0.59% 0.9% -
XYZ 36.51 23.24 77.43 -
YUV 134.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 177 95 230 0.23 0.59 0 0.10 276.44 0.73 0.64
Hex B1 5F E6 17 3B 0 A 114 49 40
Octal 261 137 346 27 73 0 12 424 111 100
Binary 10110001 1011111 11100110 10111 111011 0 1010 100010100 1001001 1000000

Color Harmonies of #B15FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FE6

Black with #B15FE6

Text Example


Text Example

White with #B15FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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