Html Css Color HEX #B15AF5 Medium Orchid

📋 copy color: '#B15AF5'

red 177 ◦ green 90 ◦ blue 245

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

Shades of Medium Orchid #B15AF5

Tints of Medium Orchid #B15AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.85%

R = 34.57%
G = 17.58%
B = 47.85%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B15AF5 (or 0xB15AF5) is known color: Medium Orchid. HEX triplet: B1, 5A and F5. RGB value is (177,90,245). Sum of RGB (Red+Green+Blue) = 177+90+245=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #B15AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15AF5 is #4EA50A. Grayscale: #858585. Windows color (decimal): -5154059 or 16079537. OLE color: 16079537.

HSL color Cylindrical-coordinate representation of color #B15AF5: hue angle of 273.68º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15AF5 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 90 245 -
CMYK 0.28 0.63 0 0.04
HSL 273.68º 0.89% 0.66% -
HSV(B) 273.68º 0.63% 0.96% -
XYZ 38.27 23.25 88.86 -
YUV 133.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 177 90 245 0.28 0.63 0 0.04 273.68 0.89 0.66
Hex B1 5A F5 1C 3F 0 4 112 59 42
Octal 261 132 365 34 77 0 4 422 131 102
Binary 10110001 1011010 11110101 11100 111111 0 100 100010010 1011001 1000010

Color Harmonies of #B15AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AF5

Black with #B15AF5

Text Example


Text Example

White with #B15AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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