Html Css Color HEX #BC64DF Medium Orchid

📋 copy color: '#BC64DF'

red 188 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #BC64DF

Tints of Medium Orchid #BC64DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.57%

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

R = 36.79%
G = 19.57%
B = 43.64%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC64DF (or 0xBC64DF) is known color: Medium Orchid. HEX triplet: BC, 64 and DF. RGB value is (188,100,223). Sum of RGB (Red+Green+Blue) = 188+100+223=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64DF is #439B20. Grayscale: #8B8B8B. Windows color (decimal): -4430625 or 14640316. OLE color: 14640316.

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

Color convert

RGB 188 100 223 -
CMYK 0.16 0.55 0 0.13
HSL 282.93º 0.66% 0.63% -
HSV(B) 282.93º 0.55% 0.87% -
XYZ 38.62 25.13 72.63 -
YUV 140.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 188 100 223 0.16 0.55 0 0.13 282.93 0.66 0.63
Hex BC 64 DF 10 37 0 D 11B 42 3F
Octal 274 144 337 20 67 0 15 433 102 77
Binary 10111100 1100100 11011111 10000 110111 0 1101 100011011 1000010 111111

Color Harmonies of #BC64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64DF

Black with #BC64DF

Text Example


Text Example

White with #BC64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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