Html Css Color HEX #BC60DE Medium Orchid

📋 copy color: '#BC60DE'

red 188 ◦ green 96 ◦ blue 222

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

Shades of Medium Orchid #BC60DE

Tints of Medium Orchid #BC60DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 37.15%
G = 18.97%
B = 43.87%

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

#BC60DE (or 0xBC60DE) is known color: Medium Orchid. HEX triplet: BC, 60 and DE. RGB value is (188,96,222). Sum of RGB (Red+Green+Blue) = 188+96+222=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC60DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60DE is #439F21. Grayscale: #898989. Windows color (decimal): -4431650 or 14573756. OLE color: 14573756.

HSL color Cylindrical-coordinate representation of color #BC60DE: hue angle of 283.81º degrees, saturation: 0.66, 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 #BC60DE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 96 222 -
CMYK 0.15 0.57 0 0.13
HSL 283.81º 0.66% 0.62% -
HSV(B) 283.81º 0.57% 0.87% -
XYZ 38.11 24.33 71.8 -
YUV 137.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 188 96 222 0.15 0.57 0 0.13 283.81 0.66 0.62
Hex BC 60 DE F 39 0 D 11C 42 3E
Octal 274 140 336 17 71 0 15 434 102 76
Binary 10111100 1100000 11011110 1111 111001 0 1101 100011100 1000010 111110

Color Harmonies of #BC60DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60DE

Black with #BC60DE

Text Example


Text Example

White with #BC60DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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