Html Css Color HEX #B15DCD Medium Orchid

📋 copy color: '#B15DCD'

red 177 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #B15DCD

Tints of Medium Orchid #B15DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 37.26%
G = 19.58%
B = 43.16%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B15DCD (or 0xB15DCD) is known color: Medium Orchid. HEX triplet: B1, 5D and CD. RGB value is (177,93,205). Sum of RGB (Red+Green+Blue) = 177+93+205=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #B15DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DCD is #4EA232. Grayscale: #828282. Windows color (decimal): -5153331 or 13458865. OLE color: 13458865.

HSL color Cylindrical-coordinate representation of color #B15DCD: hue angle of 285º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15DCD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 93 205 -
CMYK 0.14 0.55 0 0.20
HSL 285º 0.53% 0.58% -
HSV(B) 285º 0.55% 0.8% -
XYZ 33.07 21.58 60.18 -
YUV 130.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 177 93 205 0.14 0.55 0 0.20 285 0.53 0.58
Hex B1 5D CD E 37 0 14 11D 35 3A
Octal 261 135 315 16 67 0 24 435 65 72
Binary 10110001 1011101 11001101 1110 110111 0 10100 100011101 110101 111010

Color Harmonies of #B15DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DCD

Black with #B15DCD

Text Example


Text Example

White with #B15DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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