Html Css Color HEX #B15BDF Medium Orchid

📋 copy color: '#B15BDF'

red 177 ◦ green 91 ◦ blue 223

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

Shades of Medium Orchid #B15BDF

Tints of Medium Orchid #B15BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.53%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 36.05%
G = 18.53%
B = 45.42%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B15BDF (or 0xB15BDF) is known color: Medium Orchid. HEX triplet: B1, 5B and DF. RGB value is (177,91,223). Sum of RGB (Red+Green+Blue) = 177+91+223=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #B15BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BDF is #4EA420. Grayscale: #838383. Windows color (decimal): -5153825 or 14638001. OLE color: 14638001.

HSL color Cylindrical-coordinate representation of color #B15BDF: hue angle of 279.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15BDF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 91 223 -
CMYK 0.21 0.59 0 0.13
HSL 279.09º 0.67% 0.62% -
HSV(B) 279.09º 0.59% 0.87% -
XYZ 35.19 22.16 72.23 -
YUV 131.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 177 91 223 0.21 0.59 0 0.13 279.09 0.67 0.62
Hex B1 5B DF 15 3B 0 D 117 43 3E
Octal 261 133 337 25 73 0 15 427 103 76
Binary 10110001 1011011 11011111 10101 111011 0 1101 100010111 1000011 111110

Color Harmonies of #B15BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15BDF

Black with #B15BDF

Text Example


Text Example

White with #B15BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15BDF; }

 p { color: rgb(177,91,223); }

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

background-color css

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

 a { background-color: rgb(177,91,223); }

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

border-color css

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

 span { border-color: rgb(177,91,223); }

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