Html Css Color HEX #B15FC9 Medium Orchid

📋 copy color: '#B15FC9'

red 177 ◦ green 95 ◦ blue 201

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

Shades of Medium Orchid #B15FC9

Tints of Medium Orchid #B15FC9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

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

R = 37.42%
G = 20.08%
B = 42.49%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B15FC9 (or 0xB15FC9) is known color: Medium Orchid. HEX triplet: B1, 5F and C9. RGB value is (177,95,201). Sum of RGB (Red+Green+Blue) = 177+95+201=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #B15FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FC9 is #4EA036. Grayscale: #838383. Windows color (decimal): -5152823 or 13197233. OLE color: 13197233.

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

Color convert

RGB 177 95 201 -
CMYK 0.12 0.53 0 0.21
HSL 286.42º 0.5% 0.58% -
HSV(B) 286.42º 0.53% 0.79% -
XYZ 32.77 21.75 57.73 -
YUV 131.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 177 95 201 0.12 0.53 0 0.21 286.42 0.5 0.58
Hex B1 5F C9 C 35 0 15 11E 32 3A
Octal 261 137 311 14 65 0 25 436 62 72
Binary 10110001 1011111 11001001 1100 110101 0 10101 100011110 110010 111010

Color Harmonies of #B15FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15FC9

Black with #B15FC9

Text Example


Text Example

White with #B15FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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