Html Css Color HEX #BC61DC Medium Orchid

📋 copy color: '#BC61DC'

red 188 ◦ green 97 ◦ blue 220

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

Shades of Medium Orchid #BC61DC

Tints of Medium Orchid #BC61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.21%

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 37.23%
G = 19.21%
B = 43.56%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC61DC (or 0xBC61DC) is known color: Medium Orchid. HEX triplet: BC, 61 and DC. RGB value is (188,97,220). Sum of RGB (Red+Green+Blue) = 188+97+220=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61DC is #439E23. Grayscale: #898989. Windows color (decimal): -4431396 or 14442940. OLE color: 14442940.

HSL color Cylindrical-coordinate representation of color #BC61DC: hue angle of 284.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC61DC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 97 220 -
CMYK 0.15 0.56 0 0.14
HSL 284.39º 0.64% 0.62% -
HSV(B) 284.39º 0.56% 0.86% -
XYZ 37.93 24.41 70.42 -
YUV 138.23 174.15 163.5 -
System Red Green Blue C M Y K H S L
Decimal 188 97 220 0.15 0.56 0 0.14 284.39 0.64 0.62
Hex BC 61 DC F 38 0 E 11C 40 3E
Octal 274 141 334 17 70 0 16 434 100 76
Binary 10111100 1100001 11011100 1111 111000 0 1110 100011100 1000000 111110

Color Harmonies of #BC61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61DC

Black with #BC61DC

Text Example


Text Example

White with #BC61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61DC; }

 p { color: rgb(188,97,220); }

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

background-color css

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

 a { background-color: rgb(188,97,220); }

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

border-color css

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

 span { border-color: rgb(188,97,220); }

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