Html Css Color HEX #B15CD1 Medium Orchid

📋 copy color: '#B15CD1'

red 177 ◦ green 92 ◦ blue 209

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

Shades of Medium Orchid #B15CD1

Tints of Medium Orchid #B15CD1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.25%

 BLUE value IS 209 (82.03% from 255) = 43.72%

R = 37.03%
G = 19.25%
B = 43.72%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B15CD1 (or 0xB15CD1) is known color: Medium Orchid. HEX triplet: B1, 5C and D1. RGB value is (177,92,209). Sum of RGB (Red+Green+Blue) = 177+92+209=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #B15CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CD1 is #4EA32E. Grayscale: #828282. Windows color (decimal): -5153583 or 13720753. OLE color: 13720753.

HSL color Cylindrical-coordinate representation of color #B15CD1: hue angle of 283.59º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15CD1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 92 209 -
CMYK 0.15 0.56 0 0.18
HSL 283.59º 0.56% 0.59% -
HSV(B) 283.59º 0.56% 0.82% -
XYZ 33.47 21.6 62.73 -
YUV 130.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 177 92 209 0.15 0.56 0 0.18 283.59 0.56 0.59
Hex B1 5C D1 F 38 0 12 11C 38 3B
Octal 261 134 321 17 70 0 22 434 70 73
Binary 10110001 1011100 11010001 1111 111000 0 10010 100011100 111000 111011

Color Harmonies of #B15CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CD1

Black with #B15CD1

Text Example


Text Example

White with #B15CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CD1; }

 p { color: rgb(177,92,209); }

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

background-color css

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

 a { background-color: rgb(177,92,209); }

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

border-color css

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

 span { border-color: rgb(177,92,209); }

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