Html Css Color HEX #BC61DF Medium Orchid

📋 copy color: '#BC61DF'

red 188 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #BC61DF

Tints of Medium Orchid #BC61DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 37.01%
G = 19.09%
B = 43.9%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC61DF (or 0xBC61DF) is known color: Medium Orchid. HEX triplet: BC, 61 and DF. RGB value is (188,97,223). Sum of RGB (Red+Green+Blue) = 188+97+223=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61DF is #439E20. Grayscale: #8A8A8A. Windows color (decimal): -4431393 or 14639548. OLE color: 14639548.

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

Color convert

RGB 188 97 223 -
CMYK 0.16 0.57 0 0.13
HSL 283.33º 0.66% 0.63% -
HSV(B) 283.33º 0.57% 0.87% -
XYZ 38.33 24.57 72.53 -
YUV 138.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 188 97 223 0.16 0.57 0 0.13 283.33 0.66 0.63
Hex BC 61 DF 10 39 0 D 11B 42 3F
Octal 274 141 337 20 71 0 15 433 102 77
Binary 10111100 1100001 11011111 10000 111001 0 1101 100011011 1000010 111111

Color Harmonies of #BC61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61DF

Black with #BC61DF

Text Example


Text Example

White with #BC61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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