Html Css Color HEX #B15EDE Medium Orchid

📋 copy color: '#B15EDE'

red 177 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #B15EDE

Tints of Medium Orchid #B15EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 35.9%
G = 19.07%
B = 45.03%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B15EDE (or 0xB15EDE) is known color: Medium Orchid. HEX triplet: B1, 5E and DE. RGB value is (177,94,222). Sum of RGB (Red+Green+Blue) = 177+94+222=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #B15EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EDE is #4EA121. Grayscale: #848484. Windows color (decimal): -5153058 or 14573233. OLE color: 14573233.

HSL color Cylindrical-coordinate representation of color #B15EDE: hue angle of 278.91º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15EDE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 94 222 -
CMYK 0.20 0.58 0 0.13
HSL 278.91º 0.66% 0.62% -
HSV(B) 278.91º 0.58% 0.87% -
XYZ 35.32 22.63 71.61 -
YUV 133.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 177 94 222 0.20 0.58 0 0.13 278.91 0.66 0.62
Hex B1 5E DE 14 3A 0 D 117 42 3E
Octal 261 136 336 24 72 0 15 427 102 76
Binary 10110001 1011110 11011110 10100 111010 0 1101 100010111 1000010 111110

Color Harmonies of #B15EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15EDE

Black with #B15EDE

Text Example


Text Example

White with #B15EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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