Html Css Color HEX #BC60D1 Medium Orchid

📋 copy color: '#BC60D1'

red 188 ◦ green 96 ◦ blue 209

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

Shades of Medium Orchid #BC60D1

Tints of Medium Orchid #BC60D1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.47%

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

R = 38.13%
G = 19.47%
B = 42.39%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC60D1 (or 0xBC60D1) is known color: Medium Orchid. HEX triplet: BC, 60 and D1. RGB value is (188,96,209). Sum of RGB (Red+Green+Blue) = 188+96+209=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC60D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60D1 is #439F2E. Grayscale: #888888. Windows color (decimal): -4431663 or 13721788. OLE color: 13721788.

HSL color Cylindrical-coordinate representation of color #BC60D1: hue angle of 288.85º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC60D1 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 96 209 -
CMYK 0.10 0.54 0 0.18
HSL 288.85º 0.55% 0.6% -
HSV(B) 288.85º 0.54% 0.82% -
XYZ 36.43 23.66 62.97 -
YUV 136.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 188 96 209 0.10 0.54 0 0.18 288.85 0.55 0.6
Hex BC 60 D1 A 36 0 12 121 37 3C
Octal 274 140 321 12 66 0 22 441 67 74
Binary 10111100 1100000 11010001 1010 110110 0 10010 100100001 110111 111100

Color Harmonies of #BC60D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60D1

Black with #BC60D1

Text Example


Text Example

White with #BC60D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60D1; }

 p { color: rgb(188,96,209); }

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

background-color css

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

 a { background-color: rgb(188,96,209); }

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

border-color css

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

 span { border-color: rgb(188,96,209); }

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