Html Css Color HEX #B15ECD Medium Orchid

📋 copy color: '#B15ECD'

red 177 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #B15ECD

Tints of Medium Orchid #B15ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.75%

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

R = 37.18%
G = 19.75%
B = 43.07%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B15ECD (or 0xB15ECD) is known color: Medium Orchid. HEX triplet: B1, 5E and CD. RGB value is (177,94,205). Sum of RGB (Red+Green+Blue) = 177+94+205=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B15ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ECD is #4EA132. Grayscale: #838383. Windows color (decimal): -5153075 or 13459121. OLE color: 13459121.

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

Color convert

RGB 177 94 205 -
CMYK 0.14 0.54 0 0.20
HSL 284.86º 0.53% 0.59% -
HSV(B) 284.86º 0.54% 0.8% -
XYZ 33.15 21.76 60.21 -
YUV 131.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 177 94 205 0.14 0.54 0 0.20 284.86 0.53 0.59
Hex B1 5E CD E 36 0 14 11D 35 3B
Octal 261 136 315 16 66 0 24 435 65 73
Binary 10110001 1011110 11001101 1110 110110 0 10100 100011101 110101 111011

Color Harmonies of #B15ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15ECD

Black with #B15ECD

Text Example


Text Example

White with #B15ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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