Html Css Color HEX #BC60DD Medium Orchid

📋 copy color: '#BC60DD'

red 188 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #BC60DD

Tints of Medium Orchid #BC60DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 37.23%
G = 19.01%
B = 43.76%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC60DD (or 0xBC60DD) is known color: Medium Orchid. HEX triplet: BC, 60 and DD. RGB value is (188,96,221). Sum of RGB (Red+Green+Blue) = 188+96+221=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60DD is #439F22. Grayscale: #898989. Windows color (decimal): -4431651 or 14508220. OLE color: 14508220.

HSL color Cylindrical-coordinate representation of color #BC60DD: hue angle of 284.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC60DD is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 96 221 -
CMYK 0.15 0.57 0 0.13
HSL 284.16º 0.65% 0.62% -
HSV(B) 284.16º 0.57% 0.87% -
XYZ 37.97 24.28 71.09 -
YUV 137.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 188 96 221 0.15 0.57 0 0.13 284.16 0.65 0.62
Hex BC 60 DD F 39 0 D 11C 41 3E
Octal 274 140 335 17 71 0 15 434 101 76
Binary 10111100 1100000 11011101 1111 111001 0 1101 100011100 1000001 111110

Color Harmonies of #BC60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60DD

Black with #BC60DD

Text Example


Text Example

White with #BC60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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