Html Css Color HEX #B15AE0 Medium Orchid

📋 copy color: '#B15AE0'

red 177 ◦ green 90 ◦ blue 224

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

Shades of Medium Orchid #B15AE0

Tints of Medium Orchid #B15AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.62%

R = 36.05%
G = 18.33%
B = 45.62%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B15AE0 (or 0xB15AE0) is known color: Medium Orchid. HEX triplet: B1, 5A and E0. RGB value is (177,90,224). Sum of RGB (Red+Green+Blue) = 177+90+224=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #B15AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15AE0 is #4EA51F. Grayscale: #828282. Windows color (decimal): -5154080 or 14703281. OLE color: 14703281.

HSL color Cylindrical-coordinate representation of color #B15AE0: hue angle of 278.96º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15AE0 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 90 224 -
CMYK 0.21 0.60 0 0.12
HSL 278.96º 0.68% 0.62% -
HSV(B) 278.96º 0.6% 0.88% -
XYZ 35.24 22.04 72.92 -
YUV 131.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 177 90 224 0.21 0.60 0 0.12 278.96 0.68 0.62
Hex B1 5A E0 15 3C 0 C 117 44 3E
Octal 261 132 340 25 74 0 14 427 104 76
Binary 10110001 1011010 11100000 10101 111100 0 1100 100010111 1000100 111110

Color Harmonies of #B15AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AE0

Black with #B15AE0

Text Example


Text Example

White with #B15AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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