Html Css Color HEX #B15AC9 Medium Orchid

📋 copy color: '#B15AC9'

red 177 ◦ green 90 ◦ blue 201

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

Shades of Medium Orchid #B15AC9

Tints of Medium Orchid #B15AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 37.82%
G = 19.23%
B = 42.95%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B15AC9 (or 0xB15AC9) is known color: Medium Orchid. HEX triplet: B1, 5A and C9. RGB value is (177,90,201). Sum of RGB (Red+Green+Blue) = 177+90+201=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #B15AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15AC9 is #4EA536. Grayscale: #808080. Windows color (decimal): -5154103 or 13195953. OLE color: 13195953.

HSL color Cylindrical-coordinate representation of color #B15AC9: hue angle of 287.03º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15AC9 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 90 201 -
CMYK 0.12 0.55 0 0.21
HSL 287.03º 0.51% 0.57% -
HSV(B) 287.03º 0.55% 0.79% -
XYZ 32.33 20.88 57.58 -
YUV 128.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 177 90 201 0.12 0.55 0 0.21 287.03 0.51 0.57
Hex B1 5A C9 C 37 0 15 11F 33 39
Octal 261 132 311 14 67 0 25 437 63 71
Binary 10110001 1011010 11001001 1100 110111 0 10101 100011111 110011 111001

Color Harmonies of #B15AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15AC9

Black with #B15AC9

Text Example


Text Example

White with #B15AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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