Html Css Color HEX #BC5BCD Medium Orchid

📋 copy color: '#BC5BCD'

red 188 ◦ green 91 ◦ blue 205

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

Shades of Medium Orchid #BC5BCD

Tints of Medium Orchid #BC5BCD

RGB

 RED value IS 188 (73.83% from 255) = 38.84%

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

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

R = 38.84%
G = 18.8%
B = 42.36%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC5BCD (or 0xBC5BCD) is known color: Medium Orchid. HEX triplet: BC, 5B and CD. RGB value is (188,91,205). Sum of RGB (Red+Green+Blue) = 188+91+205=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BCD is #43A432. Grayscale: #848484. Windows color (decimal): -4432947 or 13458364. OLE color: 13458364.

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

Color convert

RGB 188 91 205 -
CMYK 0.08 0.56 0 0.20
HSL 291.05º 0.53% 0.58% -
HSV(B) 291.05º 0.56% 0.8% -
XYZ 35.5 22.58 60.25 -
YUV 133 168.64 167.23 -
System Red Green Blue C M Y K H S L
Decimal 188 91 205 0.08 0.56 0 0.20 291.05 0.53 0.58
Hex BC 5B CD 8 38 0 14 123 35 3A
Octal 274 133 315 10 70 0 24 443 65 72
Binary 10111100 1011011 11001101 1000 111000 0 10100 100100011 110101 111010

Color Harmonies of #BC5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BCD

Black with #BC5BCD

Text Example


Text Example

White with #BC5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BCD; }

 p { color: rgb(188,91,205); }

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

background-color css

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

 a { background-color: rgb(188,91,205); }

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

border-color css

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

 span { border-color: rgb(188,91,205); }

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