Html Css Color HEX #B15DDB Medium Orchid

📋 copy color: '#B15DDB'

red 177 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #B15DDB

Tints of Medium Orchid #B15DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 36.2%
G = 19.02%
B = 44.79%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B15DDB (or 0xB15DDB) is known color: Medium Orchid. HEX triplet: B1, 5D and DB. RGB value is (177,93,219). Sum of RGB (Red+Green+Blue) = 177+93+219=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #B15DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DDB is #4EA224. Grayscale: #848484. Windows color (decimal): -5153317 or 14376369. OLE color: 14376369.

HSL color Cylindrical-coordinate representation of color #B15DDB: hue angle of 280º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15DDB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 93 219 -
CMYK 0.19 0.58 0 0.14
HSL 280º 0.64% 0.61% -
HSV(B) 280º 0.58% 0.86% -
XYZ 34.83 22.29 69.48 -
YUV 132.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 177 93 219 0.19 0.58 0 0.14 280 0.64 0.61
Hex B1 5D DB 13 3A 0 E 118 40 3D
Octal 261 135 333 23 72 0 16 430 100 75
Binary 10110001 1011101 11011011 10011 111010 0 1110 100011000 1000000 111101

Color Harmonies of #B15DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DDB

Black with #B15DDB

Text Example


Text Example

White with #B15DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DDB; }

 p { color: rgb(177,93,219); }

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

background-color css

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

 a { background-color: rgb(177,93,219); }

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

border-color css

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

 span { border-color: rgb(177,93,219); }

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