Html Css Color HEX #BC60D0 Medium Orchid

📋 copy color: '#BC60D0'

red 188 ◦ green 96 ◦ blue 208

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

Shades of Medium Orchid #BC60D0

Tints of Medium Orchid #BC60D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 38.21%
G = 19.51%
B = 42.28%

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

#BC60D0 (or 0xBC60D0) is known color: Medium Orchid. HEX triplet: BC, 60 and D0. RGB value is (188,96,208). Sum of RGB (Red+Green+Blue) = 188+96+208=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC60D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60D0 is #439F2F. Grayscale: #878787. Windows color (decimal): -4431664 or 13656252. OLE color: 13656252.

HSL color Cylindrical-coordinate representation of color #BC60D0: hue angle of 289.29º degrees, saturation: 0.54, 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 #BC60D0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 96 208 -
CMYK 0.10 0.54 0 0.18
HSL 289.29º 0.54% 0.6% -
HSV(B) 289.29º 0.54% 0.82% -
XYZ 36.31 23.61 62.32 -
YUV 136.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 188 96 208 0.10 0.54 0 0.18 289.29 0.54 0.6
Hex BC 60 D0 A 36 0 12 121 36 3C
Octal 274 140 320 12 66 0 22 441 66 74
Binary 10111100 1100000 11010000 1010 110110 0 10010 100100001 110110 111100

Color Harmonies of #BC60D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60D0

Black with #BC60D0

Text Example


Text Example

White with #BC60D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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