Html Css Color HEX #BC64E0 Medium Orchid

📋 copy color: '#BC64E0'

red 188 ◦ green 100 ◦ blue 224

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

Shades of Medium Orchid #BC64E0

Tints of Medium Orchid #BC64E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 36.72%
G = 19.53%
B = 43.75%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC64E0 (or 0xBC64E0) is known color: Medium Orchid. HEX triplet: BC, 64 and E0. RGB value is (188,100,224). Sum of RGB (Red+Green+Blue) = 188+100+224=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64E0 is #439B1F. Grayscale: #8C8C8C. Windows color (decimal): -4430624 or 14705852. OLE color: 14705852.

HSL color Cylindrical-coordinate representation of color #BC64E0: hue angle of 282.58º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC64E0 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 100 224 -
CMYK 0.16 0.55 0 0.12
HSL 282.58º 0.67% 0.64% -
HSV(B) 282.58º 0.55% 0.88% -
XYZ 38.75 25.19 73.34 -
YUV 140.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 188 100 224 0.16 0.55 0 0.12 282.58 0.67 0.64
Hex BC 64 E0 10 37 0 C 11B 43 40
Octal 274 144 340 20 67 0 14 433 103 100
Binary 10111100 1100100 11100000 10000 110111 0 1100 100011011 1000011 1000000

Color Harmonies of #BC64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64E0

Black with #BC64E0

Text Example


Text Example

White with #BC64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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