Html Css Color HEX #B15EC9 Medium Orchid

📋 copy color: '#B15EC9'

red 177 ◦ green 94 ◦ blue 201

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

Shades of Medium Orchid #B15EC9

Tints of Medium Orchid #B15EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 37.5%
G = 19.92%
B = 42.58%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B15EC9 (or 0xB15EC9) is known color: Medium Orchid. HEX triplet: B1, 5E and C9. RGB value is (177,94,201). Sum of RGB (Red+Green+Blue) = 177+94+201=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #B15EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EC9 is #4EA136. Grayscale: #828282. Windows color (decimal): -5153079 or 13196977. OLE color: 13196977.

HSL color Cylindrical-coordinate representation of color #B15EC9: hue angle of 286.54º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15EC9 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 94 201 -
CMYK 0.12 0.53 0 0.21
HSL 286.54º 0.5% 0.58% -
HSV(B) 286.54º 0.53% 0.79% -
XYZ 32.68 21.57 57.7 -
YUV 131.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 177 94 201 0.12 0.53 0 0.21 286.54 0.5 0.58
Hex B1 5E C9 C 35 0 15 11F 32 3A
Octal 261 136 311 14 65 0 25 437 62 72
Binary 10110001 1011110 11001001 1100 110101 0 10101 100011111 110010 111010

Color Harmonies of #B15EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15EC9

Black with #B15EC9

Text Example


Text Example

White with #B15EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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