Html Css Color HEX #B15ADE Medium Orchid

📋 copy color: '#B15ADE'

red 177 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #B15ADE

Tints of Medium Orchid #B15ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.4%

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

R = 36.2%
G = 18.4%
B = 45.4%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B15ADE (or 0xB15ADE) is known color: Medium Orchid. HEX triplet: B1, 5A and DE. RGB value is (177,90,222). Sum of RGB (Red+Green+Blue) = 177+90+222=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #B15ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ADE is #4EA521. Grayscale: #828282. Windows color (decimal): -5154082 or 14572209. OLE color: 14572209.

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

Color convert

RGB 177 90 222 -
CMYK 0.20 0.59 0 0.13
HSL 279.55º 0.67% 0.61% -
HSV(B) 279.55º 0.59% 0.87% -
XYZ 34.97 21.93 71.5 -
YUV 131.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 177 90 222 0.20 0.59 0 0.13 279.55 0.67 0.61
Hex B1 5A DE 14 3B 0 D 118 43 3D
Octal 261 132 336 24 73 0 15 430 103 75
Binary 10110001 1011010 11011110 10100 111011 0 1101 100011000 1000011 111101

Color Harmonies of #B15ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15ADE

Black with #B15ADE

Text Example


Text Example

White with #B15ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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