Html Css Color HEX #B15AEF Medium Orchid

📋 copy color: '#B15AEF'

red 177 ◦ green 90 ◦ blue 239

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

Shades of Medium Orchid #B15AEF

Tints of Medium Orchid #B15AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 34.98%
G = 17.79%
B = 47.23%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B15AEF (or 0xB15AEF) is known color: Medium Orchid. HEX triplet: B1, 5A and EF. RGB value is (177,90,239). Sum of RGB (Red+Green+Blue) = 177+90+239=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #B15AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AEF is #4EA510. Grayscale: #848484. Windows color (decimal): -5154065 or 15686321. OLE color: 15686321.

HSL color Cylindrical-coordinate representation of color #B15AEF: hue angle of 275.03º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15AEF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 90 239 -
CMYK 0.26 0.62 0 0.06
HSL 275.03º 0.82% 0.65% -
HSV(B) 275.03º 0.62% 0.94% -
XYZ 37.37 22.89 84.11 -
YUV 133 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 177 90 239 0.26 0.62 0 0.06 275.03 0.82 0.65
Hex B1 5A EF 1A 3E 0 6 113 52 41
Octal 261 132 357 32 76 0 6 423 122 101
Binary 10110001 1011010 11101111 11010 111110 0 110 100010011 1010010 1000001

Color Harmonies of #B15AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AEF

Black with #B15AEF

Text Example


Text Example

White with #B15AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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