Html Css Color HEX #BC64DE Medium Orchid

📋 copy color: '#BC64DE'

red 188 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #BC64DE

Tints of Medium Orchid #BC64DE

RGB

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

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

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

R = 36.86%
G = 19.61%
B = 43.53%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC64DE (or 0xBC64DE) is known color: Medium Orchid. HEX triplet: BC, 64 and DE. RGB value is (188,100,222). Sum of RGB (Red+Green+Blue) = 188+100+222=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64DE is #439B21. Grayscale: #8B8B8B. Windows color (decimal): -4430626 or 14574780. OLE color: 14574780.

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

Color convert

RGB 188 100 222 -
CMYK 0.15 0.55 0 0.13
HSL 283.28º 0.65% 0.63% -
HSV(B) 283.28º 0.55% 0.87% -
XYZ 38.48 25.08 71.92 -
YUV 140.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 188 100 222 0.15 0.55 0 0.13 283.28 0.65 0.63
Hex BC 64 DE F 37 0 D 11B 41 3F
Octal 274 144 336 17 67 0 15 433 101 77
Binary 10111100 1100100 11011110 1111 110111 0 1101 100011011 1000001 111111

Color Harmonies of #BC64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64DE

Black with #BC64DE

Text Example


Text Example

White with #BC64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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