Html Css Color HEX #BC64EA Medium Orchid

📋 copy color: '#BC64EA'

red 188 ◦ green 100 ◦ blue 234

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

Shades of Medium Orchid #BC64EA

Tints of Medium Orchid #BC64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 36.02%
G = 19.16%
B = 44.83%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC64EA (or 0xBC64EA) is known color: Medium Orchid. HEX triplet: BC, 64 and EA. RGB value is (188,100,234). Sum of RGB (Red+Green+Blue) = 188+100+234=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64EA is #439B15. Grayscale: #8D8D8D. Windows color (decimal): -4430614 or 15361212. OLE color: 15361212.

HSL color Cylindrical-coordinate representation of color #BC64EA: hue angle of 279.4º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC64EA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 100 234 -
CMYK 0.20 0.57 0 0.08
HSL 279.4º 0.76% 0.65% -
HSV(B) 279.4º 0.57% 0.92% -
XYZ 40.15 25.75 80.7 -
YUV 141.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 188 100 234 0.20 0.57 0 0.08 279.4 0.76 0.65
Hex BC 64 EA 14 39 0 8 117 4C 41
Octal 274 144 352 24 71 0 10 427 114 101
Binary 10111100 1100100 11101010 10100 111001 0 1000 100010111 1001100 1000001

Color Harmonies of #BC64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64EA

Black with #BC64EA

Text Example


Text Example

White with #BC64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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