Html Css Color HEX #BC60D5 Medium Orchid

📋 copy color: '#BC60D5'

red 188 ◦ green 96 ◦ blue 213

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

Shades of Medium Orchid #BC60D5

Tints of Medium Orchid #BC60D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 37.83%
G = 19.32%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC60D5 (or 0xBC60D5) is known color: Medium Orchid. HEX triplet: BC, 60 and D5. RGB value is (188,96,213). Sum of RGB (Red+Green+Blue) = 188+96+213=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC60D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60D5 is #439F2A. Grayscale: #888888. Windows color (decimal): -4431659 or 13983932. OLE color: 13983932.

HSL color Cylindrical-coordinate representation of color #BC60D5: hue angle of 287.18º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC60D5 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 96 213 -
CMYK 0.12 0.55 0 0.16
HSL 287.18º 0.58% 0.61% -
HSV(B) 287.18º 0.55% 0.84% -
XYZ 36.93 23.86 65.61 -
YUV 136.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 188 96 213 0.12 0.55 0 0.16 287.18 0.58 0.61
Hex BC 60 D5 C 37 0 10 11F 3A 3D
Octal 274 140 325 14 67 0 20 437 72 75
Binary 10111100 1100000 11010101 1100 110111 0 10000 100011111 111010 111101

Color Harmonies of #BC60D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60D5

Black with #BC60D5

Text Example


Text Example

White with #BC60D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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